@forefront-ux/react-eva-icons
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @forefront-ux/react-eva-icons

Weekly Downloads

2

Version

3.0.0

License

MIT

Unpacked Size

1.72 MB

Total Files

1487

Last publish

Collaborators

  • kumalee