@katalonne/vue-remixicon
Version:
remixicon component for vue
51 lines (38 loc) • 1.82 kB
Markdown
<h1 align="center">Vue Remixicon</h1>
[](https://travis-ci.org/katalonne/vue-remixicon)
[](https://codebeat.co/projects/github-com-katalonne-vue-remixicon-master)
[](https://github.com/katalonne/vue-remixicon/issues?q=is%3Aopen+is%3Aissue)
[](https://www.npmjs.com/package/@katalonne/vue-remixicon)
[](https://github.com/katalonne/vue-remixicon/blob/master/LICENSE)
Design icons sourced from the [remixicon](https://github.com/Remix-Design/RemixIcon/) project.
## Demo
[Vue remixicon](https://katalonne.github.io/vue-remixicon/)
## Installation
```bash
yarn add @katalonne/vue-remixicon
npm install --save @katalonne/vue-remixicon
```
## Usage
```javascript
import vueRemixicon from '@katalonne/vue-remixicon';
export default {
components: {
vueRemixicon
}
}
```
```html
<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](https://github.com/katalonne)