Skip to content

React-useanimations is a collection of free animated open source icons for React.js.

License

Notifications You must be signed in to change notification settings

Zurdge/react-useanimations

 
 

Repository files navigation

React UseAnimations Icons

npm version npm downloads

What is react-useanimations?

React-useanimations is a collection of free animated open source icons for React.js.

Collection

https://react.useanimations.com and play with examples.

Installation

Using Yarn:

yarn add react-useanimations

or using NPM:

npm install react-useanimations

Usage

import React from 'react';
import UseAnimations from 'react-useanimations';

const App = () => <UseAnimations animationKey="github" />;

export default App;

Icons can be configured with inline props:

<UseAnimations animationKey="alert" size={56} style={{ padding: 100 }} />

About

React-useanimations is a collection of free animated open source icons for React.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%