I did a little experiment with react, trying to make a comic book like button animation. Inspired by Spider-man into the spider-verse movie.
- Fundamentals of react.js: components, imports, props, states, installing modules, framer motion
- CSS modules
import ComicButton from './components/ComicButton/ComicButton';
export default function App() {
return (
<div className='App'>
<ComicButton buttonName='BUTTON' hoverBtnName='HOVER' />
</div>
);
}
- buttonName - string for button name
- hoverBtnName - string for hover button name
flowchart LR
Fork[Fork the project]-->branch[Create a New Branch]
branch-->Edit[Edit file]
Edit-->commit[Commit the changes]
commit -->|Finally|creatpr((Create a Pull Request))
If you think you can make an improvement don't hesitate to open a pull request.
Juanita 💻 |
Pavan Kamthane 📖 |
Vedant Kahalekar 📖 |
Mldamico 💻 |
Amresh Prasad Sinha 💻 |
Frey0-0 📖 |
Jay 💻 |
Aaheli Sadhukhan 💻 |
Najeeb Thangal KP 💻 |
Musavveer Rehaman 💻 |
Tushar Singh 💻 |