Home / File/ native-select-disabled.tsx — ui Source File

native-select-disabled.tsx — ui Source File

Architecture documentation for native-select-disabled.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.

File tsx ComponentRegistry ChartRegistry 1 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  3a299f62_f530_cfa7_d570_4e5cfb2107c2["native-select-disabled.tsx"]
  07a2ee22_9641_0a2c_60f0_2b0eb0a8f9b2["native-select"]
  3a299f62_f530_cfa7_d570_4e5cfb2107c2 --> 07a2ee22_9641_0a2c_60f0_2b0eb0a8f9b2
  style 3a299f62_f530_cfa7_d570_4e5cfb2107c2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import {
  NativeSelect,
  NativeSelectOption,
} from "@/registry/new-york-v4/ui/native-select"

export default function NativeSelectDisabled() {
  return (
    <NativeSelect disabled>
      <NativeSelectOption value="">Select priority</NativeSelectOption>
      <NativeSelectOption value="low">Low</NativeSelectOption>
      <NativeSelectOption value="medium">Medium</NativeSelectOption>
      <NativeSelectOption value="high">High</NativeSelectOption>
      <NativeSelectOption value="critical">Critical</NativeSelectOption>
    </NativeSelect>
  )
}

Subdomains

Dependencies

  • native-select

Frequently Asked Questions

What does native-select-disabled.tsx do?
native-select-disabled.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, ChartRegistry subdomain.
What functions are defined in native-select-disabled.tsx?
native-select-disabled.tsx defines 1 function(s): NativeSelectDisabled.
What does native-select-disabled.tsx depend on?
native-select-disabled.tsx imports 1 module(s): native-select.
Where is native-select-disabled.tsx in the architecture?
native-select-disabled.tsx is located at apps/v4/registry/new-york-v4/examples/native-select-disabled.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: apps/v4/registry/new-york-v4/examples).

Analyze Your Own Codebase

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

Try Supermodel Free