Animated Badge with messages sliding from left to right
npx shadcn@latest add "https://optiqui.com/r/sliding-badge"
Prop | Type | Description | Default |
---|---|---|---|
messages | BadgeMessagesProps[] | Content of badge | - |
className | string | Additional classnames | - |
currentIndex | number | Index of current shown message | 0 |
SLIDING_INTERVAL | number | Delay between slides (in ms) | 3000 |
Prop | Type |
---|---|
emoji | string |
text | JSX.Element |
link | string |