Skip to content

MazLoadingBar

MazLoadingBar is a standalone component

Basic usage

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

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

Props

NameDescriptionTypeRequiredDefault
colorThe color of the component.MazColorNo'primary'
heightThe height of the component.stringNo'0.125rem'