drawer-demo.tsx — ui Source File
Architecture documentation for drawer-demo.tsx, a tsx file in the ui codebase. 5 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR fe213b4f_06c8_a8b7_7577_5d34cb36810b["drawer-demo.tsx"] 1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"] fe213b4f_06c8_a8b7_7577_5d34cb36810b --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2 4b1d2128_46d9_46f0_b915_b6e1925b7876["button"] fe213b4f_06c8_a8b7_7577_5d34cb36810b --> 4b1d2128_46d9_46f0_b915_b6e1925b7876 6e0d3850_8923_6c1a_58c9_baba0ca937aa["drawer"] fe213b4f_06c8_a8b7_7577_5d34cb36810b --> 6e0d3850_8923_6c1a_58c9_baba0ca937aa d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] fe213b4f_06c8_a8b7_7577_5d34cb36810b --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 da384753_eb23_55ed_e7a6_3bd0e172b999["recharts"] fe213b4f_06c8_a8b7_7577_5d34cb36810b --> da384753_eb23_55ed_e7a6_3bd0e172b999 style fe213b4f_06c8_a8b7_7577_5d34cb36810b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
"use client"
import * as React from "react"
import { Button } from "@/examples/radix/ui/button"
import {
Drawer,
DrawerClose,
DrawerContent,
DrawerDescription,
DrawerFooter,
DrawerHeader,
DrawerTitle,
DrawerTrigger,
} from "@/examples/radix/ui/drawer"
import { Minus, Plus } from "lucide-react"
import { Bar, BarChart, ResponsiveContainer } from "recharts"
const data = [
{
goal: 400,
},
{
goal: 300,
},
{
goal: 200,
},
{
goal: 300,
},
{
goal: 200,
},
{
goal: 278,
},
{
goal: 189,
},
{
goal: 239,
},
{
goal: 300,
},
{
goal: 200,
},
{
goal: 278,
},
{
goal: 189,
},
{
goal: 349,
},
]
export function DrawerDemo() {
// ... (75 more lines)
Domain
Subdomains
Functions
Dependencies
- button
- drawer
- lucide-react
- react
- recharts
Source
Frequently Asked Questions
What does drawer-demo.tsx do?
drawer-demo.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, Changelog subdomain.
What functions are defined in drawer-demo.tsx?
drawer-demo.tsx defines 1 function(s): DrawerDemo.
What does drawer-demo.tsx depend on?
drawer-demo.tsx imports 5 module(s): button, drawer, lucide-react, react, recharts.
Where is drawer-demo.tsx in the architecture?
drawer-demo.tsx is located at apps/v4/examples/radix/drawer-demo.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/examples/radix).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free