Anti-Gravity Bento

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

Component Showcase

Anti-Gravity Bento

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

Framer Motion3DGlassmorphismBento

Interactive Playground

Adjust sliders and values to preview changes in real-time

width

The width of the bento card.

height

The height of the bento card.

bg

The background color (supports rgba for glassmorphism).

spotlightColor

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.