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 name | Description | Type | Values | Default |
---|---|---|---|---|
color | The color of the component. | Color | - | 'primary' |
height | The height of the component. | string | - | '0.125rem' |