Skip to content
Sanya Boriskin edited this page Jan 22, 2019 · 5 revisions
<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 -
  • small - Boolean (default: false') - use v-bind:small="true" to set small size of icon
  • large - Boolean (default: false') - use v-bind:large="true" to set large size of icon
  • size - String | Number - use this property to set your own size of icon
  • fixedWidth - Boolean (default: true') - use v-bind:closeIconShown="false" to hide modal close button
  • rotation - Boolean - use v-bind:okDisabled="true" to forbid user to click on "OK" modal button
  • color - String - use v-bind:cancelDisabled="true" to forbid user to click on

Find DEMOs here!

Clone this wiki locally