BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/gymnopedies/sheet

Sheet

gymnopedies/sheet
FreeComponent

Sheet — gymnopédies-themed shadcn primitive.

Install it

npx shadcn@latest add https://gymnopedies.shoota.work/r/sheet.json

Source

src/components/ui/sheet.tsxgymnopedies.shoota.work/r/sheet.json
1"use client"
2
3import * as React from "react"
4import { Dialog as SheetPrimitive } from "@base-ui/react/dialog"
5
6import { cn } from "@/lib/utils"
7import { Button } from "@/components/ui/button"
8import { XIcon } from "lucide-react"
9
10function Sheet({ ...props }: SheetPrimitive.Root.Props) {
11 return <SheetPrimitive.Root data-slot="sheet" {...props} />
12}
13
14function SheetTrigger({ ...props }: SheetPrimitive.Trigger.Props) {
15 return <SheetPrimitive.Trigger data-slot="sheet-trigger" {...props} />
16}
17
18function SheetClose({ ...props }: SheetPrimitive.Close.Props) {
19 return <SheetPrimitive.Close data-slot="sheet-close" {...props} />
20}
21
22function SheetPortal({ ...props }: SheetPrimitive.Portal.Props) {
23 return <SheetPrimitive.Portal data-slot="sheet-portal" {...props} />
24}
25
26function SheetOverlay({ className, ...props }: SheetPrimitive.Backdrop.Props) {
27 return (
28 <SheetPrimitive.Backdrop
29 data-slot="sheet-overlay"
30 className={cn(
31 "fixed inset-0 z-50 bg-black/10 transition-opacity duration-150 data-ending-style:opacity-0 data-starting-style:opacity-0 supports-backdrop-filter:backdrop-blur-xs",
32 className
33 )}
34 {...props}
35 />
36 )
37}
38
39function SheetContent({
40 className,
41 children,
42 side = "right",
43 showCloseButton = true,
44 ...props
45}: SheetPrimitive.Popup.Props & {
46 side?: "top" | "right" | "bottom" | "left"
47 showCloseButton?: boolean
48}) {
49 return (
50 <SheetPortal>
51 <SheetOverlay />
52 <SheetPrimitive.Popup
53 data-slot="sheet-content"
54 data-side={side}
55 className={cn(
56// … truncated

What it pulls in

npm packages

  • @base-ui/react
  • lucide-react

Other registry items

  • https://gymnopedies.shoota.work/r/utils.json

Files it writes

  • src/components/ui/sheet.tsx

Facts

Registry
gymnopedies
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-09
Last confirmed
yesterday

Go to the source

gymnopedies.shoota.work shoota/gymnopedies on GitHub Raw registry item This item as JSON

More from gymnopedies

All 49 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AccordionaccordiongymnopediesComponentsFree2 deps
AlertalertgymnopediesComponentsFree1 dep
Alert Dialogalert-dialoggymnopediesComponentsFree1 dep
ArticlearticlegymnopediesComponentsFreeno deps
Aspect Ratioaspect-ratiogymnopediesComponentsFreeno deps
AvataravatargymnopediesComponentsFree1 dep
BadgebadgegymnopediesComponentsFree2 deps
BreadcrumbbreadcrumbgymnopediesComponentsFree2 deps

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