Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created July 5, 2021 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallmurphy/6b171df242981dcc1585b3a0139b016c to your computer and use it in GitHub Desktop.
Save marshallmurphy/6b171df242981dcc1585b3a0139b016c to your computer and use it in GitHub Desktop.
import Lottie from 'react-lottie-segments'; // here
import animationData from './lotties/toggle.json'; // here
import './App.css';
function App() {
return (
<div className="App">
</div>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment