@icon-apron/react
v1.0.3
Published
A react icon library for funplus ui
Downloads
3
Readme
IconApron
Version 1.0.3
Introduction
IconApron gives most useful icons in use of funplus ui. We provide crose-platform components, including react-icons
, vue-icons
and svg-icons
.
website
Here is the website of IconApron. Each icon is from svg with in a 30 x 30 grid. each icon has a default color of black(HEX #000000, RGB rgb(0, 0, 0)), but can set font color as a charactor with css(font-color).
Usage
Icon Apron provided figma link for designers and React/Vue components for developers.
For Designers
Everybody can view our Figma link to view, copy all icons.
For developers
Install dependency via npm or yarn.
Indeed, you should base on your project is using Vue, Vue next or React.
Step.1 Install Dependency
npm install @iconapron/react --save # React projects
# you can also use yarn instead of npm
Step.2 Import Component library
As a sample, we present a React import usage.
React project Component
import IconApron from '@icon-apron/react'
Step.3 Use it in HTML or render function
render function
render () {
return (
<div>
<IconApron name='icon-apron' />
</div>
)
}
Change Log
Contact Us
Lark Group