Home / File/ drawer-rtl.tsx — ui Source File

drawer-rtl.tsx — ui Source File

Architecture documentation for drawer-rtl.tsx, a tsx file in the ui codebase. 6 imports, 0 dependents.

File tsx DocumentationAtlas Changelog 6 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  873877eb_79f3_5d65_8d27_2b85953888d5["drawer-rtl.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  873877eb_79f3_5d65_8d27_2b85953888d5 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  c79cdc74_50fb_62bd_465f_35936d2c5eac["button"]
  873877eb_79f3_5d65_8d27_2b85953888d5 --> c79cdc74_50fb_62bd_465f_35936d2c5eac
  157cd527_dadb_2d87_30d5_9446dc7abc93["drawer"]
  873877eb_79f3_5d65_8d27_2b85953888d5 --> 157cd527_dadb_2d87_30d5_9446dc7abc93
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  873877eb_79f3_5d65_8d27_2b85953888d5 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  da384753_eb23_55ed_e7a6_3bd0e172b999["recharts"]
  873877eb_79f3_5d65_8d27_2b85953888d5 --> da384753_eb23_55ed_e7a6_3bd0e172b999
  2c1404ab_bf28_6225_f9a0_b9e29400c66c["language-selector"]
  873877eb_79f3_5d65_8d27_2b85953888d5 --> 2c1404ab_bf28_6225_f9a0_b9e29400c66c
  style 873877eb_79f3_5d65_8d27_2b85953888d5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

"use client"

import * as React from "react"
import { Button } from "@/examples/radix/ui-rtl/button"
import {
  Drawer,
  DrawerClose,
  DrawerContent,
  DrawerDescription,
  DrawerFooter,
  DrawerHeader,
  DrawerTitle,
  DrawerTrigger,
} from "@/examples/radix/ui-rtl/drawer"
import { Minus, Plus } from "lucide-react"
import { Bar, BarChart, ResponsiveContainer, XAxis } from "recharts"

import {
  useTranslation,
  type Translations,
} from "@/components/language-selector"

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,
  },
  {
// ... (134 more lines)

Subdomains

Functions

Dependencies

  • button
  • drawer
  • language-selector
  • lucide-react
  • react
  • recharts

Frequently Asked Questions

What does drawer-rtl.tsx do?
drawer-rtl.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-rtl.tsx?
drawer-rtl.tsx defines 1 function(s): DrawerRtl.
What does drawer-rtl.tsx depend on?
drawer-rtl.tsx imports 6 module(s): button, drawer, language-selector, lucide-react, react, recharts.
Where is drawer-rtl.tsx in the architecture?
drawer-rtl.tsx is located at apps/v4/examples/radix/drawer-rtl.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