Apple TV Tile
A customizable animated component for React and Framer.
Installation
npx shadcn@latest add https://puzzlui.com/registry/appletv-tile.json
First time using Puzzl UI? Read ourinstallation guide.
Properties
Property | Type | Default | Description |
---|---|---|---|
children | ReactNode | The content to be displayed inside the tile. (required) | |
radius | number | 12 | The border radius of the tile. Must be the same as the children. |
glowOpacity | number | 0.5 | The glow opacity of the tile (0-1). Set it to zero to disable the glow. |
className | string | Additional class names to apply to the tile. |