Bento Feature Cards

Feature cards with 3+2 bento layout and flush media

FREE

Feature177: Bento Feature Cards

Feature cards arranged in a 3-then-2 bento layout: three cards fill a top row and two shorter cards fill the row below, each card pairing a text block with an edge-to-edge image flush against the bottom of the card.

Free block

This block is free. No license or account is required: install it with the CLI and use it in unlimited projects.

Installation

Radix flavor

bash
npx shadcn add "https://ui.beste.co/r/feature177"

Base UI flavor

bash
npx shadcn add "https://ui.beste.co/r-base/feature177"

This installs the block to components/beste/block/feature177.tsx and the badge shadcn/ui primitive it depends on.

Quick start

The installed file exports feature177Demo alongside the block: the exact props behind the preview above. Spread it to get a working bento grid in one line.

tsx
import { Feature177, feature177Demo } from "@/components/beste/block/feature177";

export default function Page() {
  return <Feature177 {...feature177Demo} />;
}

Then replace the demo with your own props. Written out, the same setup looks like this:

tsx
import { Feature177 } from "@/components/beste/block/feature177";

export default function Page() {
  return (
    <Feature177
      badge={{ label: "Features", variant: "secondary" }}
      heading="Everything you need to <strong>build faster</strong>"
      description="All the tools you need to ship products quickly."
      items={[
        {
          title: "Analytics Dashboard",
          description: "Track your metrics in real time.",
          image: { src: "https://images.unsplash.com/photo-1697133081695-90070de25bc3?w=800&h=500&fit=crop", alt: "Analytics dashboard" },
        },
        {
          title: "Team Collaboration",
          description: "Work together with built-in tools.",
          image: { src: "https://images.unsplash.com/photo-1574281160075-6eb5f7bfe645?w=800&h=500&fit=crop", alt: "Team collaboration" },
        },
        {
          title: "Automated Workflows",
          description: "Automate the repetitive tasks.",
          image: { src: "https://images.unsplash.com/photo-1592838981793-f3ebf267056d?w=800&h=500&fit=crop", alt: "Automated workflows" },
        },
      ]}
    />
  );
}

Props

PropTypeDefaultDescription
badge{ label: string; variant?: "default" | "secondary" | "outline" }Optional eyebrow badge above the heading
headingstringSection heading. Supports inline <strong> markup, rendered via dangerouslySetInnerHTML
descriptionstringSection intro text
itemsFeatureCardItem[][]Bento cards; only the first 5 are rendered
classNamestringExtra classes for the outer <section>
ts
type FeatureCardItem = {
  title: string;
  description?: string;
  image?: { src: string; alt: string };
};

Behavior notes

More Feature blocks

View all Feature
PRO

feature182

Bento Feature Grid over Media

Bento-style grid with mixed card sizes over background media, featured large card spanning two columns

PRO

feature163

Bento Feature Grid

Asymmetric bento-style grid with a highlighted hero card spanning full width and smaller feature cards below. Great for showcasing a primary feature alongside supporting capabilities.

PRO

feature183

Split Image Card with Feature Stack

Two-column layout with large image card on left and stacked glass feature cards on right

PRO

feature185

Image Feature Cards Grid over Media

Three-column image feature cards grid with sticky header over background media and glass-morphism styling

PRO

feature33

Bento Grid Platform Overview

Asymmetric bento-style grid with mixed card sizes, color variants, eyebrow labels, and large stat highlights. Perfect for platform overviews, feature showcases, or capability summaries.

PRO

feature187

Two-Column Alternating Cards over Media

Alternating two-column feature cards with large icons over background media, left-right zigzag layout