Skip to content

katalonne/vue-remixicon

Repository files navigation

Vue Remixicon

Build Status codebeat badge GitHub open issues npm version MIT License

Design icons sourced from the remixicon project.

Demo

Vue remixicon

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

About

Design icons sourced from the remixicon project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published