Hero D
Mantine components, yours to keep.
The shadcn workflow, applied to Mantine. Install real source into your repository, edit it freely, and keep Mantine itself as an ordinary dependency — no fork, no wrapper, no configuration.
import { StatCard } from "@/components/ui/stat-card";
<StatCard label="Revenue" value="$48,200" diff={12.4} />npx manteen add @house/stat-cardWelcome back, login with
Or continue with email
Welcome back, login with
Or continue with email
Live registry components — search, sort, type, and switch modes.
And it still updates.
This is the part a copy-paste registry cannot do. The file above is yours — edit it however you like. When upstream changes, manteen diff shows you exactly what moved, and manteen update merges it without discarding your edits.
the source that landed
what it renders
<StatCard label="Revenue" value="$48,200" diff={12.4}/>Revenue
$48,200
rendered live, not a screenshot
Installed. This file is yours to edit.