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 DocumentationAtlas ContentSourcing 1 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  75d6af83_c4fe_e539_5985_1ae03f3e615e["native-select-disabled.tsx"]
  47f07ba8_27ea_2ee4_108e_36c3f212396b["native-select"]
  75d6af83_c4fe_e539_5985_1ae03f3e615e --> 47f07ba8_27ea_2ee4_108e_36c3f212396b
  style 75d6af83_c4fe_e539_5985_1ae03f3e615e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import {
  NativeSelect,
  NativeSelectOption,
} from "@/examples/radix/ui/native-select"

export function NativeSelectDisabled() {
  return (
    <NativeSelect disabled>
      <NativeSelectOption value="">Disabled</NativeSelectOption>
      <NativeSelectOption value="apple">Apple</NativeSelectOption>
      <NativeSelectOption value="banana">Banana</NativeSelectOption>
      <NativeSelectOption value="blueberry">Blueberry</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 DocumentationAtlas domain, ContentSourcing 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/examples/radix/native-select-disabled.tsx (domain: DocumentationAtlas, subdomain: ContentSourcing, 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