Puzzl UIbeta

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

PropertyTypeDefaultDescription
childrenReactNodeThe content to be displayed inside the tile. (required)
radiusnumber 12The border radius of the tile. Must be the same as the children.
glowOpacitynumber 0.5The glow opacity of the tile (0-1). Set it to zero to disable the glow.
classNamestring Additional class names to apply to the tile.