Answers for "react animated icons"

1

react animated icons

// source: 'https://github.com/useAnimations/react-useanimations#usage'

import React from 'react';
import UseAnimations from 'react-useanimations';
// EVERY ANIMATION NEEDS TO BE IMPORTED FIRST -> YOUR BUNDLE WILL INCLUDE ONLY WHAT IT NEEDS
import github from 'react-useanimations/lib/github'

const App = () => <UseAnimations animation={github} />;

export default App;
Posted by: Guest on March-06-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language