TemplateProject
Project board
A project board template with three focused lanes and task summary rows.
Preview
Projects
Launch board
Backlog
8Invoice import
Owner: Cielo Vance
Contract copy
Due Friday
Active
5Role audit
Owner: Cielo Vance
Billing QA
Due Friday
Done
14Receipt template
Owner: Cielo Vance
Invite polish
Due Friday
Ingredients
These are the primitive pieces used by the template.
List RowBadgeButton
Code
code
<div className="grid gap-5"> <header className="flex items-start justify-between"> <Badge tone="accent">Projects</Badge> <Button>New task</Button> </header> <div className="grid gap-4 lg:grid-cols-3"> <section><ListRow title="Invoice import" /></section> <section><ListRow title="Role audit" /></section> <section><ListRow title="Receipt template" /></section> </div></div>