Home / File/ input-disabled.tsx — ui Source File

input-disabled.tsx — ui Source File

Architecture documentation for input-disabled.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.

File tsx DocumentationAtlas SearchAPI 2 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  9bc4a07e_d127_96fd_1aa4_c3dc616227be["input-disabled.tsx"]
  b5f68436_cf6b_fba3_fb29_abf27fd13442["field"]
  9bc4a07e_d127_96fd_1aa4_c3dc616227be --> b5f68436_cf6b_fba3_fb29_abf27fd13442
  9af00736_7b63_3c3c_87d0_68c5200c5d80["input"]
  9bc4a07e_d127_96fd_1aa4_c3dc616227be --> 9af00736_7b63_3c3c_87d0_68c5200c5d80
  style 9bc4a07e_d127_96fd_1aa4_c3dc616227be fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Field, FieldDescription, FieldLabel } from "@/examples/radix/ui/field"
import { Input } from "@/examples/radix/ui/input"

export function InputDisabled() {
  return (
    <Field data-disabled>
      <FieldLabel htmlFor="input-demo-disabled">Email</FieldLabel>
      <Input
        id="input-demo-disabled"
        type="email"
        placeholder="Email"
        disabled
      />
      <FieldDescription>This field is currently disabled.</FieldDescription>
    </Field>
  )
}

Subdomains

Functions

Dependencies

  • field
  • input

Frequently Asked Questions

What does input-disabled.tsx do?
input-disabled.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, SearchAPI subdomain.
What functions are defined in input-disabled.tsx?
input-disabled.tsx defines 1 function(s): InputDisabled.
What does input-disabled.tsx depend on?
input-disabled.tsx imports 2 module(s): field, input.
Where is input-disabled.tsx in the architecture?
input-disabled.tsx is located at apps/v4/examples/radix/input-disabled.tsx (domain: DocumentationAtlas, subdomain: SearchAPI, 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