Skip to content

MazLoadingBar

MazLoadingBar is a standalone component

INFO

Before you have to import the global css files in your project, follow instructions in Getting Started

Basic usage

vue
<template>
  <MazLoadingBar color="secondary" />
</template>

<script lang="ts" setup>
  import MazLoadingBar from 'maz-ui/components/MazLoadingBar'
</script>

Component informations

Props

Prop nameDescriptionTypeValuesDefault
colorThe color of the component.Color-'primary'
heightThe height of the component.string-'0.125rem'