@katalonne/vue-remixicon
v1.0.3
Published
remixicon component for vue
Downloads
45
Maintainers
Readme
Design icons sourced from the remixicon project.
Demo
Installation
yarn add @katalonne/vue-remixicon
npm install --save @katalonne/vue-remixicon
Usage
import vueRemixicon from '@katalonne/vue-remixicon';
export default {
components: {
vueRemixicon
}
}
<vue-remixicon name='bank' size='sm' type='line' color="#fff"/>
Props
| Property | Type | Default | |--------------|----------------------------|---------| | name | String | | | color | String | #000 | | type | String ('fill' or 'line') | | | size | String | fw | | container | String | div | | class-name | String | | | styles | Object | {} |
License
MIT © katalonne