type Which celebration to render. | confetti•fireworks | confetti |
speed Motion multiplier. Not a duration. | number | 1 |
colors Palette for the pieces. | string[] | ["brand-solid-medium", "accent-solid-medium"] |
intensity How much of it there is. | number | 50 |
duration Stop after this long, in milliseconds. Runs indefinitely if unset. | number | — |
trigger What starts it. "manual" hands control to active. | mount•hover•manual•click | mount |
active Run it, when trigger is "manual". | boolean | true |
reducedMotion "auto" follows the reader's system setting, which is the right default for anything ambient. | boolean•auto | auto |
| React.ReactNode | — |
| …and every FlexProps prop | inherited | — |