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-sheets2

App sheets2

mynaui/app-sheets2
FreeBlock

Slide over panels for various app functions.

Install it

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

Source

app-sheets2.tsxmynaui.com/r/app-sheets2.json · first 6 KB
1import { Button } from "@/ui/button";
2import {
3 Sheet,
4 SheetContent,
5 SheetHeader,
6 SheetTitle,
7 SheetTrigger,
8} from "@/ui/sheet";
9import { Avatar, AvatarFallback, AvatarImage } from "@/ui/avatar";
10import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/ui/tabs";
11
12export default function NotificationCenterSheet() {
13 return (
14 <Sheet>
15 <SheetTrigger asChild>
16 <Button variant="outline">Notifications</Button>
17 </SheetTrigger>
18 <SheetContent className="flex w-full flex-col sm:max-w-sm">
19 <SheetHeader className="border-b">
20 <div className="flex items-center justify-between gap-2">
21 <SheetTitle>Notifications</SheetTitle>
22 <Button variant="ghost" size="sm" className="mr-4">
23 Mark all as read
24 </Button>
25 </div>
26 </SheetHeader>
27 <Tabs defaultValue="all" className="flex-1 overflow-y-auto">
28 <TabsList className="mx-4">
29 <TabsTrigger value="all">All</TabsTrigger>
30 <TabsTrigger value="mentions">Mentions</TabsTrigger>
31 <TabsTrigger value="system">System</TabsTrigger>
32 </TabsList>
33 <TabsContent value="all" className="p-4">
34 <div className="space-y-3">
35 <div className="flex items-start gap-3 rounded border p-3">
36 <Avatar className="size-6">
37 <AvatarImage src="https://mynaui.com/avatars/avatar-01.webp" />
38 <AvatarFallback>JD</AvatarFallback>
39 </Avatar>
40 <div className="flex-1 text-sm">
41 <p className="font-medium">New comment on your post</p>
42 <p className="text-muted-foreground">5 min ago</p>
43 </div>
44 </div>
45 <div className="flex items-start gap-3 rounded border p-3">
46 <Avatar className="size-6">
47 <AvatarImage src="https://mynaui.com/avatars/avatar-02.webp" />
48 <AvatarFallback>AM</AvatarFallback>
49 </Avatar>
50 <div className="flex-1 text-sm">
51 <p className="font-medium">You have a new follower</p>
52 <p className="text-muted-foreground">2 hours ago</p>
53 </div>
54 </div>
55 <div className="flex items-start gap-3 rounded border p-3">
56 <Avatar className="size-6">
57 <AvatarImage src="https://mynaui.com/avatars/avatar-03.webp" />
58// … truncated

What it pulls in

Other registry items

  • avatar
  • button
  • sheet
  • tabs

Files it writes

  • page.tsx
  • app-sheets2.tsx

Facts

Registry
mynaui
Type
registry:block
Access
Free
Files written
2
Licence
the repository states none
First indexed
2026-08-02
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 sheets3app-sheets3mynauiBlocksFreeno deps · 2 files
App sheets4app-sheets4mynauiBlocksFreeno deps · 2 files
BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex