You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
The objective of this issue is to create a new React component named Confetti. It will use https://www.npmjs.com/package/react-confetti to animate some confettis on the screen.
Component Requirements:
2. Behaviors:
The confetti rain can be put randomly on the screen
When set to active, the confetti rain should be triggered. Setting active=false will stop producing new confetti. Already produced confetti should remain until it falls from the screen.
Use the default confetti provided by react-confetti. We will use our own shapes in a separate ticket.
3. Design (DRAFT):
Acceptance Criteria:
The component is implemented according to the requirements described above, or an existing component is taken that fulfills the requirements.
The component passes all defined test cases and has Stories displaying its states
You should not implement any complex CSS styles! The design is still a work in progress. The component will be finalized design-wise in a separate ticket. Make sure that the properties and the behaviors are implemented accordingly.
The text was updated successfully, but these errors were encountered:
Implement React Component: Confetti component
Objective:
The objective of this issue is to create a new React component named
Confetti
. It will use https://www.npmjs.com/package/react-confetti to animate some confettis on the screen.Component Requirements:
2. Behaviors:
active=false
will stop producing new confetti. Already produced confetti should remain until it falls from the screen.3. Design (DRAFT):
Acceptance Criteria:
properties
and thebehaviors
are implemented accordingly.The text was updated successfully, but these errors were encountered: