1.0.3 • Published 6 years ago
@katalonne/vue-remixicon v1.0.3
Design icons sourced from the remixicon project.
Demo
Installation
yarn add @katalonne/vue-remixicon
npm install --save @katalonne/vue-remixiconUsage
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