Installation
Props
Integrations
Component Props
Prop Name | Type | Default | Description |
---|---|---|---|
icon | JSX.Element | - | The icon to be displayed inside the card (e.g., from lucide-react ). |
bg | JSX.Element | - | The background element to be displayed behind the icon (a styled div). |
Internal Variables
Variable Name | Type | Description |
---|---|---|
randomTiles1 | typeof tiles | A shuffled array of tile data for the first marquee animation. |
randomTiles2 | typeof tiles | A shuffled array of tile data for the second marquee animation. |
randomTiles3 | typeof tiles | A shuffled array of tile data for the third marquee animation. |
randomTiles4 | typeof tiles | A shuffled array of tile data for the fourth marquee animation. |
tiles
Array
Property Name | Type | Description |
---|---|---|
icon | JSX.Element | The icon to be displayed inside the card (e.g., from lucide-react ). |
bg | JSX.Element | The background element to be displayed behind the icon (a styled div). |