BouncyCard
Playful interactive card for showcasing key features or actions.
Install Dependencies
npx quickcode-ui add BouncyCardExamples
Example 1
Security
Demo Here
Projects
Demo Here
Example 2
Boost Sales
Preview
Props
BouncyCard
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | Custom styling |
children | React.ReactNode | — | Card elements |
...props | React.ComponentProps<"div"> | — | Native div props |
BouncyCardHeader
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | Custom styling |
children | React.ReactNode | — | Title/content slot |
BouncyCardContent
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | Styling for animated layer |
children | React.ReactNode | — | Layer content |
Last updated on