surprise-santa
v1.0.6
Published
Add a super secret santa to your projects!
Downloads
99
Readme
Surprise Santa
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. Here's an example of it in action
Installation
yarn add surprise-santa@latest
Usage
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} />
Running example project
In order to link the module to the example project, and see changes in real time, you can run:
yarn start-all
Built With
- React - The web framework used
- yarn - Package manager
- create-react-library - Used to generate a base project for npm library development
Versioning
We use SemVer for versioning.
Authors
- Jason Costa - Pl4za
License
This project is licensed under the MIT License - see the LICENSE.md file for details