3.0.0 • Published 5 years ago

@forefront-ux/react-eva-icons v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

react-eva-icons

React-Eva-Icons make it easier to use Eva Icons in your React component.

npm package npm downloads

Getting Started

Installation

NPM/YARN

Install the package in your project directory with npm or yarn:

// with npm
npm install @forefront-ux/react-eva-icons

// with yarn
yarn add @forefront-ux/react-eva-icons

CDN

<link rel="stylesheet" type="text/css" href="https://unpkg.com/@forefront-ux/react-eva-icons@3.0.0/index.css" />
<script src="https://unpkg.com/@forefront-ux/react-eva-icons@3.0.0/index.js"></script>

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import { Github } from '@forefront-ux/react-eva-icons';
import '@forefront-ux/react-eva-icons/index.css'; // if you use CDN installation, ignore this line.

function App() {
    return (
        <Github />
    );
};

ReactDOM.render(<App />, document.querySelector('#app'));

Yes, it's really all you need to get started as you can see in this live and interactive demo:

Edit Button

Documentation

Not ready yet.

Contributing

We'd greatly appreciate any contribution you make.

Changelog

Recently Updated? Please read the changelog.

Thanks

React-Eva-Icons is only made possible thanks to these great projects that inspired us:

License

This project is licensed under the MIT License - see the LICENSE file for details

3.0.0

5 years ago

3.0.0-alpha.0

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago