Documentation
Marketing Components
Bento Card

Bento Card

The BentoCard component is a versatile and customizable card component designed to display content in a bento-style layout. It is ideal for use in marketing pages, dashboards, and other interfaces where information needs to be presented in a visually appealing and organized manner.

Installation

Install the package

npm i @start-base/start-ui

Add the styles

To use the React form elements styles in a Next.js project, import the styles in your layout.tsx file.

app/layout.tsx
import "@start-base/start-ui/styles.css";
Control your videos

API

NameTypeDefaultDescription
titlestringCard Title
firstContentobjectFirst Card Face Contetent
secondContentobjectSecond Card Face Contetent
rootClassNamestringRoot className
rootActiveClassNamestringRoot className
titleClassNamestringTitle className
titleActiveClassNamestringTitle Active className
buttonClassNamestringButton className
activeButtonClassNamestringActive Button className
isTitleVisibleInFirstbooleanTitle visiblity flag for the first Card Face
isTitleVisibleInSecondbooleanTitle visiblity flag for the second Card Face
redirectTostringRedirect Button url