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
Name | Description | Type | Required | Default |
---|---|---|---|---|
color | The color of the component. | MazColor | No | 'primary' |
height | The height of the component. | string | No | '0.125rem' |