0.0.8 • Published 5 years ago

react-eva-icons v0.0.8

Weekly downloads
812
License
MIT
Repository
-
Last release
5 years ago

⚛:heart: 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

OptionTypeValuesDescription
animationobjectSee hereIcon animation
fillstringe.g. '#fff'Icon color
namestringe.g. 'activity'Define the name of the icon
sizestringsmall, medium, large, xlarge | Icon size

 

License

MIT