BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/bundui/card-with-footer

Card

bundui/card-with-footer
FreeComponent

Displays a card with header, content, and footer.

Live preview

live · rendered by the registry
Rendered by bundui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://bundui.io/r/card-with-footer.json

Source

examples/components/card/with-footer/page.tsxbundui.io/r/card-with-footer.json
1import { Button } from "@/components/ui/button";
2import {
3 Card,
4 CardContent,
5 CardDescription,
6 CardFooter,
7 CardHeader,
8 CardTitle
9} from "@/components/ui/card";
10import { Input } from "@/components/ui/input";
11import { Label } from "@/components/ui/label";
12
13export default function CardDemo() {
14 return (
15 <Card className="w-full max-w-sm">
16 <CardHeader>
17 <CardTitle>Login to your account</CardTitle>
18 <CardDescription>Enter your email below to login to your account</CardDescription>
19 </CardHeader>
20 <CardContent>
21 <form>
22 <div className="flex flex-col gap-6">
23 <div className="grid gap-2">
24 <Label htmlFor="email">Email</Label>
25 <Input id="email" type="email" placeholder="m@example.com" required />
26 </div>
27 <div className="grid gap-2">
28 <div className="flex items-center">
29 <Label htmlFor="password">Password</Label>
30 <a
31 href="#"
32 className="ml-auto inline-block text-xs underline-offset-4 hover:underline">
33 Forgot your password?
34 </a>
35 </div>
36 <Input id="password" type="password" required />
37 </div>
38 </div>
39 </form>
40 </CardContent>
41 <CardFooter className="flex-col gap-2">
42 <Button type="submit" className="w-full">
43 Login
44 </Button>
45 <Button variant="outline" className="w-full">
46 Login with Google
47 </Button>
48 </CardFooter>
49 </Card>
50 );
51}

What it pulls in

Other registry items

  • button
  • input
  • label

Files it writes

  • examples/components/card/with-footer/page.tsx

Facts

Registry
bundui
Type
registry:component
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
today

Go to the source

Docs on bundui bundui.io Raw registry item This item as JSON

More from bundui

All 217 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Accordionaccordion-collapsiblebunduiComponentsFreeno deps · 2 files
Accordionaccordion-defaultbunduiComponentsFreeno deps
Accordionaccordion-with-plus-iconbunduiComponentsFree2 deps
Alertalert-dangerbunduiComponentsFree1 dep
Alertalert-defaultbunduiComponentsFreeno deps
Alert Dialogalert-dialogbunduiComponentsFreeno deps
Alertalert-successbunduiComponentsFree1 dep
Alertalert-warningbunduiComponentsFree1 dep

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex