1.0.3 • Published 1 year ago

@icon-apron/react v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

IconApron

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

CHANGELOG | 更新日志

Contact Us

Lark Group