OH OH OH ! A secret surprise santa for your react projects. This idea came up after looking for ways of adding some christmas spirit to our team's monitoring dashboards. NPM package available here.
Here's an example of it in action
yarn add surprise-santa@latest
Import the following component:
import SurpriseSanta from 'surprise-santa';
And place it in the root of your main component. You can also define the minimum and maximum time between animations:
<SurpriseSanta minTime={5} maxTime={30} />
In order to link the module to the example project, and see changes in real time, you can run:
yarn start-all
- React - The web framework used
- yarn - Package manager
- create-react-library - Used to generate a base project for npm library development
We use SemVer for versioning.
- Jason Costa - Pl4za
This project is licensed under the MIT License - see the LICENSE.md file for details