Welcome
VIconButton
<VIconButton />
components work well with Font Awesome Icons. Add an icon name inside the icon
prop to set a Font Awesome icon. You can also create square and circle buttons with a single icon using the <VIconButton />
component. Please refer to markup for detailed examples.
VIconButton Props
Here is the full props available for <VIconButton />
component:
Props | Default | Type |
---|---|---|
icon required | undefined | string |
to | undefined | string, RouteLocationAsString |
href | undefined | string |
color | undefined | primary , success , info , warning , danger , white |
circle | false | boolean |
bold | false | boolean |
light | false | boolean |
raised | false | boolean |
outlined | false | boolean |
darkOutlined | false | boolean |
loading | false | boolean |
disabled | false | boolean |