BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcn/ui/sheet
This component no longer exists. It was in shadcn/ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-13 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.

sheet

agileflow-projectquestorg/sheet
RemovedComponent

shadcn/ui publishes no description for this item.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/projectquestorg/AgileFlow/main/apps/docs/public/r/styles/radix-nova/sheet.json

Source

registry/radix-nova/ui/sheet.tsxraw.githubusercontent.com/projectquestorg/AgileFlow/main/apps/docs/public/r/styles/radix-nova/sheet.json
1"use client"
2
3import * as React from "react"
4import { Dialog as SheetPrimitive } from "radix-ui"
5
6import { cn } from "@/registry/bases/radix/lib/utils"
7import { Button } from "@/registry/bases/radix/ui/button"
8import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder"
9
10function Sheet({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>) {
11 return <SheetPrimitive.Root data-slot="sheet" {...props} />
12}
13
14function SheetTrigger({
15 ...props
16}: React.ComponentProps<typeof SheetPrimitive.Trigger>) {
17 return <SheetPrimitive.Trigger data-slot="sheet-trigger" {...props} />
18}
19
20function SheetClose({
21 ...props
22}: React.ComponentProps<typeof SheetPrimitive.Close>) {
23 return <SheetPrimitive.Close data-slot="sheet-close" {...props} />
24}
25
26function SheetPortal({
27 ...props
28}: React.ComponentProps<typeof SheetPrimitive.Portal>) {
29 return <SheetPrimitive.Portal data-slot="sheet-portal" {...props} />
30}
31
32function SheetOverlay({
33 className,
34 ...props
35}: React.ComponentProps<typeof SheetPrimitive.Overlay>) {
36 return (
37 <SheetPrimitive.Overlay
38 data-slot="sheet-overlay"
39 className={cn("data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 bg-black/10 duration-100 data-ending-style:opacity-0 data-starting-style:opacity-0 supports-backdrop-filter:backdrop-blur-xs fixed inset-0 z-50", className)}
40 {...props}
41 />
42 )
43}
44
45function SheetContent({
46 className,
47 children,
48 side = "right",
49 showCloseButton = true,
50 ...props
51}: React.ComponentProps<typeof SheetPrimitive.Content> & {
52 side?: "top" | "right" | "bottom" | "left"
53 showCloseButton?: boolean
54}) {
55 return (
56 <SheetPortal>
57 <SheetOverlay />
58 <SheetPrimitive.Content
59 data-slot="sheet-content"
60 data-side={side}
61// … truncated

What it pulls in

Other registry items

  • button

Files it writes

  • registry/radix-nova/ui/sheet.tsx

Facts

Registry
shadcn/ui
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-09
Last confirmed
6 days ago

Go to the source

agileflow.projectquestorg.com projectquestorg/AgileFlow on GitHub Raw registry item This item as JSON

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 from measured facts

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