crucıble

Foundry Features

A bento features section: six feature cells with minimal forge-tool stroke icons laid out on the IngotGrid primitive with varied column spans, a Conduit beam flourish tracing push → pour in the lead cell, and staggered Surface melt reveals as cells scroll into view.

csspro

Installation

CLI

npx shadcn@latest add @crucible/foundry-features

Props

PropTypeDefaultDescription
headingstring"From push to pour"Section heading rendered as an h2.
featuresFoundryFeature[]the six Forgewright features. Give a feature span: 2 to make it a wide cellFeature cells laid out on the bento grid, in order.
revealbooleantrueReveal cells on scroll with a staggered Surface melt. Set false to render every cell statically.
Also accepts all props of React.ComponentPropsWithoutRef<"section">they pass through to the underlying element.

Honors prefers-reduced-motion with a designed static fallback, and passes className through.