react-eva-icons

0.0.8 • Public • Published

⚛❤️ react-eva-icons

Build Status

React.js components for the awesome open source Eva Icons library.

Demo

Visit here

 

Getting Started

Using npm

 npm install --save react-eva-icons

Or using yarn

 yarn add react-eva-icons

 

Usage

import Icon from 'react-eva-icons';
 
...
 
render (
  <Icon 
    name="activity"
    size="medium"     // small, medium, large, xlarge
    animation={{
      type: "pulse",  // zoom, pulse, shake, flip
      hover: true,
      infinite: false 
    }}
  />
);

 

Props

Option Type Values Description
animation object See here Icon animation
fill string e.g. '#fff' Icon color
name string e.g. 'activity' Define the name of the icon
size string small, medium, large, ``xlarge Icon size

 

License

MIT

 

Made with 🤘 by @d__raptis

Readme

Keywords

Package Sidebar

Install

npm i react-eva-icons

Weekly Downloads

496

Version

0.0.8

License

MIT

Unpacked Size

278 kB

Total Files

10

Last publish

Collaborators

  • dmraptis