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.
The preview is live. The source is Pro.
One purchase, lifetime access: every pro component's source, CLI install with your own registry token, and all future drops.
Installation
CLI
npx shadcn@latest add @crucible/foundry-featuresProps
| Prop | Type | Default | Description |
|---|---|---|---|
| heading | string | "From push to pour" | Section heading rendered as an h2. |
| features | FoundryFeature[] | the six Forgewright features. Give a feature span: 2 to make it a wide cell | Feature cells laid out on the bento grid, in order. |
| reveal | boolean | true | Reveal 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.