BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/mynaui/app-sheets5

App sheets5

mynaui/app-sheets5
FreeBlock

Slide over panels for various app functions.

Install it

npx shadcn@latest add https://mynaui.com/r/app-sheets5.json

Source

app-sheets5.tsxmynaui.com/r/app-sheets5.json
1import { Button } from "@/ui/button";
2import { Checkbox } from "@/ui/checkbox";
3import {
4 Sheet,
5 SheetContent,
6 SheetFooter,
7 SheetHeader,
8 SheetTitle,
9 SheetTrigger,
10} from "@/ui/sheet";
11import { Input } from "@/ui/input";
12
13export default function MediaGallerySheet() {
14 return (
15 <Sheet>
16 <SheetTrigger asChild>
17 <Button variant="outline">Open Gallery</Button>
18 </SheetTrigger>
19 <SheetContent className="flex w-full flex-col sm:max-w-sm">
20 <SheetHeader className="border-b">
21 <SheetTitle>Media Gallery</SheetTitle>
22 </SheetHeader>
23 <div className="space-y-4 px-4 pb-4">
24 <div className="flex items-center gap-2">
25 <Input placeholder="Search" />
26 <Button variant="outline">Filter</Button>
27 </div>
28 <div className="grid grid-cols-3 gap-2">
29 {Array.from({ length: 6 }).map((_, i) => (
30 <label
31 key={i}
32 className="relative aspect-square overflow-hidden rounded bg-muted"
33 >
34 <Checkbox className="absolute left-1 top-1 z-10" />
35 </label>
36 ))}
37 </div>
38 </div>
39 <SheetFooter className="sticky bottom-0 border-t bg-background">
40 <div className="flex gap-2">
41 <Button variant="secondary" className="flex-1">
42 Download
43 </Button>
44 <Button variant="secondary" className="flex-1">
45 Delete
46 </Button>
47 <Button className="flex-1">Insert</Button>
48 </div>
49 </SheetFooter>
50 </SheetContent>
51 </Sheet>
52 );
53}

What it pulls in

Other registry items

  • button
  • checkbox
  • input
  • sheet

Files it writes

  • page.tsx
  • app-sheets5.tsx

Facts

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

Go to the source

mynaui.com Raw registry item This item as JSON

More from mynaui

All 346 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
40414041mynauiBlocksFreeno deps · 2 files
40424042mynauiBlocksFreeno deps · 2 files
40434043mynauiBlocksFreeno deps · 2 files
40444044mynauiBlocksFreeno deps · 2 files
40454045mynauiBlocksFreeno deps · 2 files
App sheets1app-sheets1mynauiBlocksFreeno deps · 2 files
App sheets2app-sheets2mynauiBlocksFreeno deps · 2 files
App sheets3app-sheets3mynauiBlocksFreeno deps · 2 files

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