Anti-Gravity Bento

A premium glassmorphic bento grid where items float into zero-gravity on hover.

Component Showcase

Interactive Playground

Adjust sliders and values to preview changes in real-time

width400

The width of the bento card.

height400

The height of the bento card.

bgrgba(10, 10, 10, 0.6)

The background color (supports rgba for glassmorphism).

spotlightColorrgba(255, 92, 113, 0.15)

The color of the internal hover spotlight.

API Reference (Props)

Component properties and type specifications

PropTypeDefaultDescription
widthstring | number400The width of the bento card.
heightstring | number400The height of the bento card.
bgstringrgba(10, 10, 10, 0.6)The background color (supports rgba for glassmorphism).
spotlightColorstringrgba(255, 92, 113, 0.15)The color of the internal hover spotlight.
itemsReact.ReactNode[]DEFAULT_ITEMSArray of custom components/React nodes. Modify this prop to pass your own cards, text, or images.