BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/blocks/file-upload-02

File Upload Simple

blocks/file-upload-02
FreeBlock

A file upload simple block.

Install it

npx shadcn@latest add https://blocks.so/r/file-upload-02.json

Source

content/components/file-upload/file-upload-02.tsxblocks.so/r/file-upload-02.json
1import { Button } from '@/components/ui/button';
2import {
3 Card,
4 CardContent,
5 CardDescription,
6 CardHeader,
7 CardTitle,
8} from '@/components/ui/card';
9import { Input } from '@/components/ui/input';
10import { Label } from '@/components/ui/label';
11
12export default function FileUpload02() {
13 return (
14 <div className="flex items-center justify-center p-10">
15 <Card className="shadow-none">
16 <CardHeader>
17 <CardTitle>Set up your first workspace</CardTitle>
18 <CardDescription>
19 Lorem ipsum dolor sit amet, consetetur sadipscing elitr.
20 </CardDescription>
21 </CardHeader>
22 <CardContent>
23 <form action="#" method="POST">
24 <div className="space-y-6">
25 <div className="space-y-2">
26 <Label htmlFor="workspace-name">
27 Workspace <span className="text-destructive">*</span>
28 </Label>
29 <Input
30 autoComplete="workspace-name"
31 id="workspace-name"
32 name="workspace-name"
33 placeholder="Workspace name"
34 required
35 type="text"
36 />
37 </div>
38 <div className="space-y-2">
39 <Label htmlFor="file-1">
40 Upload file <span className="text-destructive">*</span>
41 </Label>
42 <Input
43 accept=".csv, .xlsx, .xls"
44 id="file-1"
45 name="file-1"
46 type="file"
47 />
48 <p className="text-pretty text-muted-foreground text-sm">
49 You are only allowed to upload CSV, XLSX or XLS files.
50 </p>
51 </div>
52 </div>
53 <div className="mt-8 flex justify-end space-x-3">
54 <Button type="button" variant="outline">
55 Cancel
56 </Button>
57 <Button type="submit">Submit</Button>
58 </div>
59 </form>
60 </CardContent>
61 </Card>
62 </div>
63 );
64}

What it pulls in

Other registry items

  • button
  • card
  • input
  • label

Files it writes

  • content/components/file-upload/file-upload-02.tsx

Facts

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

Go to the source

blocks.so ephraimduncan/blocks on GitHub Raw registry item This item as JSON

More from blocks

All 76 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AI Chat with Voice Inputai-01blocksBlocksFree1 dep
AI Chat with Model Selectionai-02blocksBlocksFree1 dep
AI Chat Compact Interfaceai-03blocksBlocksFree1 dep
AI Chat with File Attachmentsai-04blocksBlocksFree1 dep
AI Elements Chatai-05blocksBlocksFree2 deps
Command Menu with Groupscommand-menu-01blocksBlocksFree1 dep
Command Menu with Keyboard Shortcutscommand-menu-02blocksBlocksFree1 dep
Command Menu with Documentation Searchcommand-menu-03blocksBlocksFree1 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

KitGrade

SaaS starter kits, scored on what can be checked

kitgrade.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 KitGrade

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 KitGrade

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 KitGrade

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