Label
About 101 wordsLess than 1 minute
Label
Props
| Prop | Type | Default |
|---|---|---|
icon | string | null |
label | string | null |
error | string | boolean | null | null |
Install
import { FgLabel } from 'fadgram-vue'
Basic usage
Preview
vue
<fg-label label="Form label" />
Label with icon
Preview
vue
<fg-label icon="bi-person-fill" label="Username" />
Label error
Preview
vue
<fg-label label="Error label" :error="true" />
