Getting StartedInstallation and setup guides 6
FormInput and selection components 26
LayoutWorkflow and structural layout components 10
NavigationMenu surfaces and hierarchical actions 7
OverlayModal and floating layer surfaces 3
FeedbackStatus, empty, progress, and loading placeholder patterns 6
UtilityGeneral-purpose interface utilities 7

Confetti overview

Confetti renders a lightweight decorative paper burst after a successful action without blocking clicks or focus.

Import

Component import

ts
import { TngConfetti } from '@tailng-ui/components';

Controlled celebration

Trigger the same controlled confetti behavior from a plain CSS or Tailwind-authored success surface.

Invoice success (plain CSS)

Invoice created successfully.

Accessibility baseline

  • The overlay is decorative, aria-hidden, and pointer-transparent.
  • Announce success separately with a toast, alert, or live region.
  • System reduced-motion preferences are honored by default.