MazSpinner
MazSpinner is a standalone component that replaces the standard html input checkbox. Color options are available.
vue
<template>
<MazSpinner color="secondary" />
</template>
<script>
import MazSpinner from 'maz-ui/components/MazSpinner'
</script>
Component informations
Props
Prop name | Description | Type | Values | Default |
---|---|---|---|---|
size | string | - | '2em' | |
color | Color | - | 'primary' |