Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

surprise-santa

pl4za52MIT1.0.6

Add a super secret santa to your projects!

surprise, secret, santa, christmas

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

Surprise Santa

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

Example Santa

Built With

Versioning

We use SemVer for versioning.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details