Home / File/ separator-demo.tsx — ui Source File

separator-demo.tsx — ui Source File

Architecture documentation for separator-demo.tsx, a tsx file in the ui codebase. 1 imports, 1 dependents.

File tsx DocumentationAtlas Changelog 1 imports 1 dependents 1 functions

Entity Profile

Dependency Diagram

graph LR
  bce560a9_6701_76a3_0ed5_e5bba2cf674c["separator-demo.tsx"]
  b2c60dee_4ede_8485_a6b4_91c999cdc69f["separator"]
  bce560a9_6701_76a3_0ed5_e5bba2cf674c --> b2c60dee_4ede_8485_a6b4_91c999cdc69f
  1c2403dc_4584_9f39_4e98_855a7de18bd1["component-registry.ts"]
  1c2403dc_4584_9f39_4e98_855a7de18bd1 --> bce560a9_6701_76a3_0ed5_e5bba2cf674c
  style bce560a9_6701_76a3_0ed5_e5bba2cf674c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Separator } from "@/registry/new-york-v4/ui/separator"

export function SeparatorDemo() {
  return (
    <div>
      <div className="flex flex-col gap-1">
        <div className="text-sm leading-none font-medium">Tailwind CSS</div>
        <div className="text-muted-foreground text-sm">
          A utility-first CSS framework.
        </div>
      </div>
      <Separator className="my-4" />
      <div className="flex h-5 items-center gap-4 text-sm">
        <div>Blog</div>
        <Separator orientation="vertical" />
        <div>Docs</div>
        <Separator orientation="vertical" />
        <div>Source</div>
      </div>
    </div>
  )
}

Subdomains

Functions

Dependencies

  • separator

Frequently Asked Questions

What does separator-demo.tsx do?
separator-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 separator-demo.tsx?
separator-demo.tsx defines 1 function(s): SeparatorDemo.
What does separator-demo.tsx depend on?
separator-demo.tsx imports 1 module(s): separator.
What files import separator-demo.tsx?
separator-demo.tsx is imported by 1 file(s): component-registry.ts.
Where is separator-demo.tsx in the architecture?
separator-demo.tsx is located at apps/v4/app/(internal)/sink/components/separator-demo.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/app/(internal)/sink/components).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free