Block

Feature Grid.

A features section with a heading, intro and six cards, one of them a wide highlighted card with a small terminal.

Installation#

$npx lanterncn add feature-grid

This copies the file into components/feature-grid and installs every component it uses. With the shadcn CLI: npx shadcn@latest add httptim/lantern-ui/feature-grid.

Usage#

Render it from any page.

import FeatureGrid from "@/components/feature-grid/feature-grid";

export default function Page() {
  return <FeatureGrid />;
}