Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-lordicon

pprograminha134MIT1.0.2TypeScript support: included

Lordicon library animated icons to React

react, lordicon, animations, icons

readme

react-lordicon

Lordicon library animated icons to React

NPM

Install

npm install --save react-lordicon

or

yarn add react-lordicon

Usage

import React, { Component } from 'react'

import Lordicon from 'react-lordicon'

const App: React.FC = () => {
  return <Lordicon  
      colors={{
        primary: '#fff',
        secondary: '#222',
      }}
      icon="addCard"
      size={100}
      delay={1000}
      trigger='loop'  
  />
}

License

MIT © pprograminha