Home / File/ toggle-group-disabled.tsx — ui Source File

toggle-group-disabled.tsx — ui Source File

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

File tsx DocumentationAtlas ContentSourcing 2 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  14cbdb20_47fd_5a48_193a_fa8475811218["toggle-group-disabled.tsx"]
  58e54a2f_a43f_4a51_fbfd_96c563fbe83a["toggle-group"]
  14cbdb20_47fd_5a48_193a_fa8475811218 --> 58e54a2f_a43f_4a51_fbfd_96c563fbe83a
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  14cbdb20_47fd_5a48_193a_fa8475811218 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  style 14cbdb20_47fd_5a48_193a_fa8475811218 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { ToggleGroup, ToggleGroupItem } from "@/examples/radix/ui/toggle-group"
import { Bold, Italic, Underline } from "lucide-react"

export function ToggleGroupDisabled() {
  return (
    <ToggleGroup disabled type="multiple">
      <ToggleGroupItem value="bold" aria-label="Toggle bold">
        <Bold />
      </ToggleGroupItem>
      <ToggleGroupItem value="italic" aria-label="Toggle italic">
        <Italic />
      </ToggleGroupItem>
      <ToggleGroupItem value="strikethrough" aria-label="Toggle strikethrough">
        <Underline />
      </ToggleGroupItem>
    </ToggleGroup>
  )
}

Subdomains

Dependencies

  • lucide-react
  • toggle-group

Frequently Asked Questions

What does toggle-group-disabled.tsx do?
toggle-group-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 toggle-group-disabled.tsx?
toggle-group-disabled.tsx defines 1 function(s): ToggleGroupDisabled.
What does toggle-group-disabled.tsx depend on?
toggle-group-disabled.tsx imports 2 module(s): lucide-react, toggle-group.
Where is toggle-group-disabled.tsx in the architecture?
toggle-group-disabled.tsx is located at apps/v4/examples/radix/toggle-group-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