- <va-icon
- large
- icon="iconicstroke iconicstroke-info"
- color="info"
- />
- <va-icon
- icon="glyphicon glyphicon-glass"
- fixed-width :rotation="45"
- />
- <va-icon
- icon="glyphicon glyphicon-glass"
- color="danger" :size="60"
- />
Props
icon
- String - use this property to set the class of icon from chosen iconset (f.e. Font Awesome, Maki, Entypo, etc.)small
- Boolean - usev-bind:small="true"
to set small size of iconlarge
- Boolean - usev-bind:large="true"
to set large size of iconsize
- String | Number - use this property to set your own size of iconfixedWidth
- Boolean - use this property to set the vertical alignment to the iconrotation
- String | Number - use this property to set the rotation degree for iconcolor
- String (default: 'success') - use this property to set the color of the icon. We can choose one color from a set of theme colors (primary, secondary, info, error, warning)
Find DEMOs here!