1.0.2 • Published 3 years ago

react-lordicon v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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