Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1 KB

File metadata and controls

44 lines (27 loc) · 1 KB

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 }} />