JSPM

@easy-eva-icons/react

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 94
  • Score
    100M100P100Q93190F
  • License MIT

Easy to use eva icons.

Package Exports

  • @easy-eva-icons/react

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@easy-eva-icons/react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Easy Eva Icons

eva-icons

Latest Release License React Version Open Issues

Eva Icons is a pack of more than 480 beautifully crafted Open Source icons for common actions and items. This package is based on eva-icons repository.

React

First, install @easy-eva-icons/react from npm:

[npm]
npm i @easy-eva-icons/react

[yarn]
yarn add @easy-eva-icons/react

Then each icon can be imported individually as a React component:

import { Archive } from '@easy-eva-icons/react';

function MyComponent() {
  return (
    <div>
      <Archive />
    </div>
  );
}

Outline versions of icons are available under {IconName}Outline name:

import { ArchiveOutline } from '@easy-eva-icons/react';

function MyComponent() {
  return (
    <div>
      <ArchiveOutline />
    </div>
  );
}

Icons accepts common SVG properties.

Roadmap

  • Icon components for Vue.js
  • Animations for icons (zoom, pulse, shake and flip)

License

This library is MIT licensed.