@sunreal/f-icon

1.0.0 • Public • Published

f-icon

Home Page

Get started

npm install @sunreal/f-icon --save

Import all icons

// In js...
import feather from 'f-icon'
Vue.use(feather)
// In vue...
<f-icon name="align-center" />

Only import icons you need

// In js...
import { fAlignCenter } from 'f-icon'
// Each icon is a plugin...
Vue.use(fAlignCenter)
// In vue...
<f-align-center />

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @sunreal/f-icon

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

1.05 MB

Total Files

301

Last publish

Collaborators

  • sunreal