Icon
About 71 wordsLess than 1 minute
Icon
installation
import { FgIcon } from 'fadgram-vue'
Props
| Prop | Type | Default | Description |
|---|---|---|---|
icon | string | - | The icon class to display. |
Basic usage
Preview
vue
<fg-icon icon="bi-emoji-smile-fill" />
Tips
You can find the full list of available icon names on Fadgram icons list.
