···25252626## Related Components
27272828-- [Button](/docs/components/button) - Individual buttons within the group
2929-- [IconButton](/docs/components/icon-button) - Icon-only buttons for the group
3030-- [ToggleButton](/docs/components/toggle-button) - Toggleable buttons for the group
3131-- [ToggleButtonGroup](/docs/components/toggle-button-group) - For grouping toggle buttons specifically
2828+- [Button](/docs/components/buttons/button) - Individual buttons within the group
2929+- [IconButton](/docs/components/buttons/icon-button) - Icon-only buttons for the group
3030+- [ToggleButton](/docs/components/buttons/toggle-button) - Toggleable buttons for the group
3131+- [ToggleButtonGroup](/docs/components/buttons/toggle-button-group) - For grouping toggle buttons specifically
+10-10
apps/docs/src/docs/components/buttons/button.mdx
···2222pnpm hip install button
2323```
24242525-## Props
2626-2727-This component is built using the [React Aria Button](https://react-spectrum.adobe.com/react-aria/Button.html).
2828-2929-<PropDocs components={["Button"]} />
3030-3125## Features
32263327### Variants
···60546155<Example src={ButtonLoading} />
62565757+## Props
5858+5959+This component is built using the [React Aria Button](https://react-spectrum.adobe.com/react-aria/Button.html).
6060+6161+<PropDocs components={["Button"]} />
6262+6363## Related Components
64646565-- [IconButton](/docs/components/icon-button) - For icon-only buttons
6666-- [ToggleButton](/docs/components/toggle-button) - For toggleable buttons
6767-- [ButtonGroup](/docs/components/button-group) - For grouping buttons together
6868-- [Link](/docs/components/link) - For navigation links that look like buttons
6565+- [IconButton](/docs/components/buttons/icon-button) - For icon-only buttons
6666+- [ToggleButton](/docs/components/buttons/toggle-button) - For toggleable buttons
6767+- [ButtonGroup](/docs/components/buttons/button-group) - For grouping buttons together
6868+- [Link](/docs/components/navigation/link) - For navigation links that look like buttons
···11---
22-title: CopyToClipboardButton
22+title: Copy to Clipboard Button
33description: A button component that copies text to the clipboard when clicked, with visual feedback via a tooltip.
44---
55···1818pnpm hip install copy-to-clipboard-button
1919```
20202121-## Props
2222-2323-<PropDocs components={["CopyToClipboardButton"]} />
2424-2521## Features
26222723### Custom Icon
···30263127<Example src={CustomIcon} />
32282929+## Props
3030+3131+<PropDocs components={["CopyToClipboardButton"]} />
3232+3333## Related Components
34343535-- [IconButton](/docs/components/buttons/icon-button) - The base icon button component used by CopyToClipboardButton
3636-- [Button](/docs/components/buttons/button) - For buttons with text and icons
3535+- [IconButton](/docs/components/buttons/buttons/icon-button) - The base icon button component used by CopyToClipboardButton
3636+- [Button](/docs/components/buttons/buttons/button) - For buttons with text and icons
3737- [Tooltip](/docs/components/overlays/tooltip) - For providing context on buttons
···1919pnpm hip install icon-button
2020```
21212222-## Props
2323-2424-This component is built using the [React Aria Button](https://react-spectrum.adobe.com/react-aria/Button.html).
2525-2626-<PropDocs components={["IconButton"]} />
2727-2822## Features
29233024### Variants
···39334034<Example src={IconButtonSizes} />
41353636+## Props
3737+3838+This component is built using the [React Aria Button](https://react-spectrum.adobe.com/react-aria/Button.html).
3939+4040+<PropDocs components={["IconButton"]} />
4141+4242## Related Components
43434444-- [Button](/docs/components/button) - For buttons with text and icons
4545-- [ToggleButton](/docs/components/toggle-button) - For toggleable icon buttons
4646-- [Tooltip](/docs/components/tooltip) - For providing context on icon-only buttons
4747-- [ButtonGroup](/docs/components/button-group) - For grouping icon buttons together
4444+- [Button](/docs/components/buttons/button) - For buttons with text and icons
4545+- [ToggleButton](/docs/components/buttons/toggle-button) - For toggleable icon buttons
4646+- [Tooltip](/docs/components/overlays/tooltip) - For providing context on icon-only buttons
4747+- [ButtonGroup](/docs/components/buttons/button-group) - For grouping icon buttons together
···1919pnpm hip install segmented-control
2020```
21212222-## Props
2323-2424-This component is built using [React Aria ToggleButtonGroup](https://react-spectrum.adobe.com/react-aria/ToggleButtonGroup.html).
2525-2626-<PropDocs components={["SegmentedControl", "SegmentedControlItem"]} />
2727-2822## Features
29233024### Sizes
···39334034<Example src={WithIcons} />
41353636+## Props
3737+3838+This component is built using [React Aria ToggleButtonGroup](https://react-spectrum.adobe.com/react-aria/ToggleButtonGroup.html).
3939+4040+<PropDocs components={["SegmentedControl", "SegmentedControlItem"]} />
4141+4242## Related Components
43434444-- [Tabs](/docs/components/tabs) - For organizing content into multiple sections
4545-- [ToggleButtonGroup](/docs/components/toggle-button-group) - For grouping toggle buttons together
4646-- [Radio](/docs/components/radio) - For single-selection from multiple options
4444+- [Tabs](/docs/components/navigation/tabs) - For organizing content into multiple sections
4545+- [ToggleButtonGroup](/docs/components/buttons/toggle-button-group) - For grouping toggle buttons together
4646+- [Radio](/docs/components/form/radio) - For single-selection from multiple options
···40404141## Related Components
42424343-- [ToggleButton](/docs/components/toggle-button) - Individual toggle buttons within the group
4444-- [ButtonGroup](/docs/components/button-group) - For grouping regular buttons together
4545-- [Radio](/docs/components/radio) - For single-selection from multiple options
4646-- [Checkbox](/docs/components/checkbox) - For multiple-selection options
4343+- [ToggleButton](/docs/components/buttons/toggle-button) - Individual toggle buttons within the group
4444+- [ButtonGroup](/docs/components/buttons/button-group) - For grouping regular buttons together
4545+- [Radio](/docs/components/form/radio) - For single-selection from multiple options
4646+- [Checkbox](/docs/components/form/checkbox) - For multiple-selection options
···41414242## Related Components
43434444-- [Button](/docs/components/button) - For regular clickable buttons
4545-- [IconButton](/docs/components/icon-button) - For icon-only toggle buttons
4646-- [ToggleButtonGroup](/docs/components/toggle-button-group) - For grouping toggle buttons together
4747-- [Switch](/docs/components/switch) - For toggle switches with labels
4444+- [Button](/docs/components/buttons/button) - For regular clickable buttons
4545+- [IconButton](/docs/components/buttons/icon-button) - For icon-only toggle buttons
4646+- [ToggleButtonGroup](/docs/components/buttons/toggle-button-group) - For grouping toggle buttons together
4747+- [Switch](/docs/components/form/switch) - For toggle switches with labels
···33333434## Related Components
35353636-- [SearchField](/docs/components/search-field) - For the search input in command menus
3737-- [Menu](/docs/components/menu) - The underlying menu component
3838-- [Dialog](/docs/components/dialog) - For the modal container
3939-- [ListBox](/docs/components/listbox) - For displaying command results
3636+- [SearchField](/docs/components/form/search-field) - For the search input in command menus
3737+- [Menu](/docs/components/collections/menu) - The underlying menu component
3838+- [Dialog](/docs/components/overlays/dialog) - For the modal container
3939+- [ListBox](/docs/components/collections/listbox) - For displaying command results
···25252626## Related Components
27272828-- [Menu](/docs/components/menu) - The underlying menu component
2929-- [Popover](/docs/components/popover) - For positioning the context menu
3030-- [CommandMenu](/docs/components/command-menu) - For command palette menus
3131-- [Button](/docs/components/button) - For context menu triggers
2828+- [Menu](/docs/components/collections/menu) - The underlying menu component
2929+- [Popover](/docs/components/overlays/popover) - For positioning the context menu
3030+- [CommandMenu](/docs/components/collections/command-menu) - For command palette menus
3131+- [Button](/docs/components/buttons/button) - For context menu triggers
···1818pnpm hip install listbox
1919```
20202121+## Features
2222+2323+### Virtualization
2424+2525+The list box supports virtualization by providing the `isVirtualized` prop.
2626+The container must have a fixed height and `overflow: auto`.
2727+2828+<Example src={Virtualization} />
2929+2130## Props
22312332This component is built using the [React Aria ListBox](https://react-spectrum.adobe.com/react-aria/ListBox.html).
···3241 ]}
3342/>
34433535-## Features
3636-3737-### Virtualization
3838-3939-The list box supports virtualization by providing the `isVirtualized` prop.
4040-The container must have a fixed height and `overflow: auto`.
4141-4242-<Example src={Virtualization} />
4343-4444## Related Components
45454646-- [Select](/docs/components/select) - For dropdown selection using ListBox
4747-- [ComboBox](/docs/components/combobox) - For searchable selection using ListBox
4848-- [Tree](/docs/components/tree) - For hierarchical data display
4949-- [Table](/docs/components/table) - For structured data display
4646+- [Select](/docs/components/form/select) - For dropdown selection using ListBox
4747+- [ComboBox](/docs/components/form/combobox) - For searchable selection using ListBox
4848+- [Tree](/docs/components/collections/tree) - For hierarchical data display
4949+- [Table](/docs/components/collections/table) - For structured data display
···25252626## Related Components
27272828-- [ContextMenu](/docs/components/context-menu) - For right-click context menus
2929-- [CommandMenu](/docs/components/command-menu) - For command palette menus
3030-- [Popover](/docs/components/popover) - For menu containers
3131-- [Button](/docs/components/button) - For menu triggers
2828+- [ContextMenu](/docs/components/collections/context-menu) - For right-click context menus
2929+- [CommandMenu](/docs/components/collections/command-menu) - For command palette menus
3030+- [Popover](/docs/components/overlays/popover) - For menu containers
3131+- [Button](/docs/components/buttons/button) - For menu triggers
···1919pnpm hip install menubar
2020```
21212222-## Props
2323-2424-This a custom component that is built using React Aria's [DialogTrigger](https://react-spectrum.adobe.com/react-aria/DialogTrigger.html), [Menu](https://react-spectrum.adobe.com/react-aria/Menu.html), and [Popover](https://react-spectrum.adobe.com/react-aria/Popover.html).
2525-2626-<PropDocs components={["Menubar", "MenubarItem"]} />
2727-2822## Features
29233024### Disabled State
···39334034<Example src={Size} />
41353636+## Props
3737+3838+This a custom component that is built using React Aria's [DialogTrigger](https://react-spectrum.adobe.com/react-aria/DialogTrigger.html), [Menu](https://react-spectrum.adobe.com/react-aria/Menu.html), and [Popover](https://react-spectrum.adobe.com/react-aria/Popover.html).
3939+4040+<PropDocs components={["Menubar", "MenubarItem"]} />
4141+4242## Related Components
43434444-- [Menu](/docs/components/menu) - The underlying menu component used in menubar items
4545-- [Popover](/docs/components/popover) - For positioning the menu popovers
4646-- [MenuItem](/docs/components/menu) - Menu items displayed in the menubar menus
4747-- [SubMenu](/docs/components/menu) - For nested submenus in menubar items
4444+- [Menu](/docs/components/collections/menu) - The underlying menu component used in menubar items
4545+- [Popover](/docs/components/overlays/popover) - For positioning the menu popovers
4646+- [MenuItem](/docs/components/collections/menu) - Menu items displayed in the menubar menus
4747+- [SubMenu](/docs/components/collections/menu) - For nested submenus in menubar items
···2323pnpm hip install table
2424```
25252626-## Props
2727-2828-This component is built using the [React Aria Table](https://react-spectrum.adobe.com/react-aria/Table.html).
2929-3030-<PropDocs
3131- components={[
3232- "Table",
3333- "TableHeader",
3434- "TableBody",
3535- "TableColumn",
3636- "TableRow",
3737- "TableCell",
3838- ]}
3939-/>
4040-4126## Features
42274328### Selection
···1018610287<Example src={Virtualization} />
103888989+## Props
9090+9191+This component is built using the [React Aria Table](https://react-spectrum.adobe.com/react-aria/Table.html).
9292+9393+<PropDocs
9494+ components={[
9595+ "Table",
9696+ "TableHeader",
9797+ "TableBody",
9898+ "TableColumn",
9999+ "TableRow",
100100+ "TableCell",
101101+ ]}
102102+/>
103103+104104## Related Components
105105106106-- [ListBox](/docs/components/listbox) - For selectable list data
107107-- [Tree](/docs/components/tree) - For hierarchical data display
108108-- [Card](/docs/components/card) - For displaying table data in cards
109109-- [Badge](/docs/components/badge) - For status indicators in table cells
106106+- [ListBox](/docs/components/collections/listbox) - For selectable list data
107107+- [Tree](/docs/components/collections/tree) - For hierarchical data display
108108+- [Card](/docs/components/content/card) - For displaying table data in cards
109109+- [Badge](/docs/components/status/badge) - For status indicators in table cells
···2020pnpm hip install tag-group
2121```
22222323-## Props
2424-2525-This component is built using the [React Aria TagGroup](https://react-spectrum.adobe.com/react-aria/TagGroup.html).
2626-2727-<PropDocs components={["TagGroup", "Tag"]} />
2828-2923## Features
30243125### Removable Tags
···46404741<Example src={WithError} />
48424343+## Props
4444+4545+This component is built using the [React Aria TagGroup](https://react-spectrum.adobe.com/react-aria/TagGroup.html).
4646+4747+<PropDocs components={["TagGroup", "Tag"]} />
4848+4949## Related Components
50505151-- [Badge](/docs/components/badge) - For displaying status indicators
5252-- [Label](/docs/components/label) - For form labels and descriptions
5353-- [Button](/docs/components/button) - For actions on tags
5454-- [Select](/docs/components/select) - For single item selection
5151+- [Badge](/docs/components/status/badge) - For displaying status indicators
5252+- [Label](/docs/components/form/label) - For form labels and descriptions
5353+- [Button](/docs/components/buttons/button) - For actions on tags
5454+- [Select](/docs/components/form/select) - For single item selection
···1919pnpm hip install tree
2020```
21212222-## Props
2323-2424-This component is built using the [React Aria Tree](https://react-spectrum.adobe.com/react-aria/Tree.html).
2525-2626-<PropDocs components={["Tree", "TreeItem"]} />
2727-2822## Features
29233024### Drag and Drop
···41354236<Example src={Virtualization} />
43373838+## Props
3939+4040+This component is built using the [React Aria Tree](https://react-spectrum.adobe.com/react-aria/Tree.html).
4141+4242+<PropDocs components={["Tree", "TreeItem"]} />
4343+4444## Related Components
45454646-- [ListBox](/docs/components/listbox) - For flat list data
4747-- [Table](/docs/components/table) - For structured data display
4848-- [Card](/docs/components/card) - For displaying tree data in cards
4949-- [Menu](/docs/components/menu) - For hierarchical menu structures
4646+- [ListBox](/docs/components/collections/listbox) - For flat list data
4747+- [Table](/docs/components/collections/table) - For structured data display
4848+- [Card](/docs/components/content/card) - For displaying tree data in cards
4949+- [Menu](/docs/components/collections/menu) - For hierarchical menu structures
···1919pnpm hip install color-area
2020```
21212222-## Props
2323-2424-This component is built using the [React Aria ColorArea](https://react-spectrum.adobe.com/react-aria/ColorArea.html).
2525-2626-<PropDocs components={["ColorArea"]} />
2727-2822## Features
29233024### Aspect Ratio
···39334034<Example src={Disabled} />
41353636+## Props
3737+3838+This component is built using the [React Aria ColorArea](https://react-spectrum.adobe.com/react-aria/ColorArea.html).
3939+4040+<PropDocs components={["ColorArea"]} />
4141+4242## Related Components
43434444-- [ColorField](/docs/components/color-field) - For entering color values
4545-- [ColorSwatch](/docs/components/color-swatch) - For displaying selected colors
4444+- [ColorField](/docs/components/color/color-field) - For entering color values
4545+- [ColorSwatch](/docs/components/color/color-swatch) - For displaying selected colors
···2121pnpm hip install color-field
2222```
23232424-## Props
2525-2626-This component is built using the [React Aria ColorField](https://react-spectrum.adobe.com/react-aria/ColorField.html).
2727-2828-<PropDocs components={["ColorField"]} />
2929-3024## Features
31253226### Label Variant
···50445145<Example src={ValidationSuccess} />
52464747+## Props
4848+4949+This component is built using the [React Aria ColorField](https://react-spectrum.adobe.com/react-aria/ColorField.html).
5050+5151+<PropDocs components={["ColorField"]} />
5252+5353## Related Components
54545555-- [ColorSwatch](/docs/components/color-swatch) - For displaying color values
5656-- [TextField](/docs/components/text-field) - For general text input
5757-- [NumberField](/docs/components/number-field) - For numeric input
5858-- [Label](/docs/components/label) - For form labels and descriptions
5555+- [ColorSwatch](/docs/components/color/color-swatch) - For displaying color values
5656+- [TextField](/docs/components/form/text-field) - For general text input
5757+- [NumberField](/docs/components/form/number-field) - For numeric input
5858+- [Label](/docs/components/form/label) - For form labels and descriptions
···2323pnpm hip install color-picker
2424```
25252626-## Props
2727-2828-This component is built using the React Aria ColorPicker.
2929-See the official guide for full behavior and API details.
3030-3131-- Docs: [React Aria ColorPicker](https://react-spectrum.adobe.com/react-aria/ColorPicker.html#reusable-wrappers)
3232-3333-<PropDocs components={["ColorPicker", "DefaultColorEditor"]} />
3434-3535-## Examples
2626+## Features
36273728### Default Editor
3829···58495950<Example src={AlphaChannel} />
60515252+## Props
5353+5454+This component is built using the React Aria ColorPicker.
5555+See the official guide for full behavior and API details.
5656+5757+- Docs: [React Aria ColorPicker](https://react-spectrum.adobe.com/react-aria/ColorPicker.html#reusable-wrappers)
5858+5959+<PropDocs components={["ColorPicker", "DefaultColorEditor"]} />
6060+6161## Related Components
62626363-- [ColorArea](/docs/components/color-area)
6464-- [ColorSlider](/docs/components/color-slider)
6565-- [ColorField](/docs/components/color-field)
6666-- [ColorSwatchPicker](/docs/components/color-swatch-picker)
6363+- [ColorArea](/docs/components/color/color-area)
6464+- [ColorSlider](/docs/components/color/color-slider)
6565+- [ColorField](/docs/components/color/color-field)
6666+- [ColorSwatchPicker](/docs/components/color/color-swatch-picker)
···1919pnpm hip install color-swatch-picker
2020```
21212222-## Props
2323-2424-This component is built using [React Aria ColorSwatchPicker](https://react-spectrum.adobe.com/react-aria/ColorSwatchPicker.html).
2525-2626-<PropDocs components={["ColorSwatchPicker", "ColorSwatchPickerItem"]} />
2727-2822## Features
29233024### Size
···39334034<Example src={Layout} />
41353636+## Props
3737+3838+This component is built using [React Aria ColorSwatchPicker](https://react-spectrum.adobe.com/react-aria/ColorSwatchPicker.html).
3939+4040+<PropDocs components={["ColorSwatchPicker", "ColorSwatchPickerItem"]} />
4141+4242## Related Components
43434444-- [ColorSwatch](/docs/components/color-swatch) - For individual color previews
4545-- [ColorField](/docs/components/color-field) - For color input
4646-- [Grid](/docs/components/grid) - For arranging swatches
4444+- [ColorSwatch](/docs/components/color/color-swatch) - For individual color previews
4545+- [ColorField](/docs/components/color/color-field) - For color input
4646+- [Grid](/docs/components/layout/grid) - For arranging swatches
···1818pnpm hip install color-swatch
1919```
20202121-## Props
2222-2323-This component is built using the [React Aria ColorSwatch](https://react-spectrum.adobe.com/react-aria/ColorSwatch.html).
2424-2525-<PropDocs components={["ColorSwatch"]} />
2626-2721## Features
28222923### Size
···32263327<Example src={Size} />
34282929+## Props
3030+3131+This component is built using the [React Aria ColorSwatch](https://react-spectrum.adobe.com/react-aria/ColorSwatch.html).
3232+3333+<PropDocs components={["ColorSwatch"]} />
3434+3535## Related Components
36363737-- [ColorField](/docs/components/color-field) - For color input with color swatches
3838-- [Card](/docs/components/card) - For displaying color swatches in cards
3939-- [Grid](/docs/components/grid) - For organizing color swatches in grids
4040-- [Button](/docs/components/button) - For interactive color swatches
3737+- [ColorField](/docs/components/color/color-field) - For color input with color swatches
3838+- [Card](/docs/components/content/card) - For displaying color swatches in cards
3939+- [Grid](/docs/components/layout/grid) - For organizing color swatches in grids
4040+- [Button](/docs/components/buttons/button) - For interactive color swatches
···1818pnpm hip install aspect-ratio
1919```
20202121-## Props
2222-2323-This is a custom component built for setting aspect ratios.
2424-2525-<PropDocs components={["AspectRatio", "AspectRatioImage"]} />
2626-2721## Features
28222923### No Image
···32263327<Example src={NoImage} />
34282929+## Props
3030+3131+This is a custom component built for setting aspect ratios.
3232+3333+<PropDocs components={["AspectRatio", "AspectRatioImage"]} />
3434+3535## Related Components
36363737-- [Card](/docs/components/card) - For cards with aspect ratio images
3838-- [Grid](/docs/components/grid) - For grid layouts with aspect ratio items
3939-- [Flex](/docs/components/flex) - For flex layouts with aspect ratio items
4040-- [Avatar](/docs/components/avatar) - For user avatars with consistent aspect ratios
3737+- [Card](/docs/components/content/card) - For cards with aspect ratio images
3838+- [Grid](/docs/components/layout/grid) - For grid layouts with aspect ratio items
3939+- [Flex](/docs/components/layout/flex) - For flex layouts with aspect ratio items
4040+- [Avatar](/docs/components/content/avatar) - For user avatars with consistent aspect ratios
+10-10
apps/docs/src/docs/components/content/avatar.mdx
···2121pnpm hip install avatar
2222```
23232424-## Props
2525-2626-This is a custom component built for user representation.
2727-2828-<PropDocs components={["Avatar"]} />
2929-3024## Features
31253226### Sizes
···53475448<Example src={AvatarButtonExample} />
55495050+## Props
5151+5252+This is a custom component built for user representation.
5353+5454+<PropDocs components={["Avatar"]} />
5555+5656## Related Components
57575858-- [Badge](/docs/components/badge) - For status indicators on avatars
5959-- [Card](/docs/components/card) - For cards with user avatars
6060-- [AspectRatio](/docs/components/aspect-ratio) - For maintaining avatar aspect ratios
6161-- [Typography](/docs/components/typography) - For text alongside avatars
5858+- [Badge](/docs/components/status/badge) - For status indicators on avatars
5959+- [Card](/docs/components/content/card) - For cards with user avatars
6060+- [AspectRatio](/docs/components/content/aspect-ratio) - For maintaining avatar aspect ratios
6161+- [Typography](/docs/components/content/typography) - For text alongside avatars
+21-21
apps/docs/src/docs/components/content/card.mdx
···2121pnpm hip install card
2222```
23232424-## Props
2525-2626-This is a custom component built for grouping related content.
2727-2828-<PropDocs
2929- components={[
3030- "Card",
3131- "CardHeader",
3232- "CardTitle",
3333- "CardDescription",
3434- "CardHeaderAction",
3535- "CardBody",
3636- "CardFooter",
3737- "CardImage",
3838- ]}
3939-/>
4040-4124## Features
42254326### With Image
···64476548<Example src={CardSizes} />
66495050+## Props
5151+5252+This is a custom component built for grouping related content.
5353+5454+<PropDocs
5555+ components={[
5656+ "Card",
5757+ "CardHeader",
5858+ "CardTitle",
5959+ "CardDescription",
6060+ "CardHeaderAction",
6161+ "CardBody",
6262+ "CardFooter",
6363+ "CardImage",
6464+ ]}
6565+/>
6666+6767## Related Components
68686969-- [Table](/docs/components/table) - For structured data display
7070-- [Badge](/docs/components/badge) - For status indicators in cards
7171-- [Button](/docs/components/button) - For card actions
7272-- [AspectRatio](/docs/components/aspect-ratio) - For card images
6969+- [Table](/docs/components/collections/table) - For structured data display
7070+- [Badge](/docs/components/status/badge) - For status indicators in cards
7171+- [Button](/docs/components/buttons/button) - For card actions
7272+- [AspectRatio](/docs/components/content/aspect-ratio) - For card images
+4-4
apps/docs/src/docs/components/content/content.mdx
···1919pnpm hip install content
2020```
21212222-## Props
2323-2424-<PropDocs components={["Content"]} />
2525-2622## Features
27232824### Automatic Spacing
···4541Blockquotes receive special styling with proper indentation and spacing:
46424743<Example src={WithBlockquote} />
4444+4545+## Props
4646+4747+<PropDocs components={["Content"]} />
48484949## Related Components
5050
···1818pnpm hip install editable-text
1919```
20202121-## Props
2222-2323-This component is built using [React Aria Components](https://react-spectrum.adobe.com/react-aria/).
2424-2525-<PropDocs components={["EditableText"]} />
2626-2721## Features
28222923### Composition
···32263327<Example src={Composition} />
34282929+## Props
3030+3131+This component is built using [React Aria Components](https://react-spectrum.adobe.com/react-aria/).
3232+3333+<PropDocs components={["EditableText"]} />
3434+3535## Related Components
36363737-- [TextField](/docs/components/text-field) - For standard text input fields
3838-- [TextArea](/docs/components/text-area) - For multi-line text input
3939-- [Text](/docs/components/text) - For displaying static text
3737+- [TextField](/docs/components/form/text-field) - For standard text input fields
3838+- [TextArea](/docs/components/form/text-area) - For multi-line text input
3939+- [Text](/docs/components/content/text) - For displaying static text
···1919pnpm hip install empty-state
2020```
21212222-## Props
2323-2424-This is a custom component built for displaying empty states.
2525-2626-<PropDocs
2727- components={[
2828- "EmptyState",
2929- "EmptyStateImage",
3030- "EmptyStateTitle",
3131- "EmptyStateDescription",
3232- "EmptyStateActions",
3333- ]}
3434-/>
3535-3622## Features
37233824### With Actions
···47334834<Example src={Sizes} />
49353636+## Props
3737+3838+This is a custom component built for displaying empty states.
3939+4040+<PropDocs
4141+ components={[
4242+ "EmptyState",
4343+ "EmptyStateImage",
4444+ "EmptyStateTitle",
4545+ "EmptyStateDescription",
4646+ "EmptyStateActions",
4747+ ]}
4848+/>
4949+5050## Related Components
51515252-- [Card](/docs/components/card) - For grouping related content
5353-- [Button](/docs/components/button) - For empty state actions
5454-- [Text](/docs/components/text) - For custom text styling
5252+- [Card](/docs/components/content/card) - For grouping related content
5353+- [Button](/docs/components/buttons/button) - For empty state actions
5454+- [Text](/docs/components/content/text) - For custom text styling
···1818pnpm hip install separator
1919```
20202121-## Props
2222-2323-This component is built using the [React Aria Separator](https://react-spectrum.adobe.com/react-aria/useSeparator.html#useseparator).
2424-2525-<PropDocs components={["Separator"]} />
2626-2721## Features
28222923### Orientation
···32263327<Example src={SeparatorOrientation} />
34282929+## Props
3030+3131+This component is built using the [React Aria Separator](https://react-spectrum.adobe.com/react-aria/useSeparator.html#useseparator).
3232+3333+<PropDocs components={["Separator"]} />
3434+3535## Related Components
36363737-- [Flex](/docs/components/flex) - For layouts that use separators
3838-- [Card](/docs/components/card) - For cards that use separators
3939-- [Menu](/docs/components/menu) - For menu items with separators
4040-- [Typography](/docs/components/typography) - For text sections with separators
3737+- [Flex](/docs/components/layout/flex) - For layouts that use separators
3838+- [Card](/docs/components/content/card) - For cards that use separators
3939+- [Menu](/docs/components/collections/menu) - For menu items with separators
4040+- [Typography](/docs/components/content/typography) - For text sections with separators
+7-7
apps/docs/src/docs/components/content/text.mdx
···2121pnpm hip install typography
2222```
23232424-## Props
2525-2626-<PropDocs components={["Text"]} />
2727-2824## Features
29253026### Tokens
···53495450<Example src={TextStrikethrough} />
55515252+## Props
5353+5454+<PropDocs components={["Text"]} />
5555+5656## Related Components
57575858-- [Typography](/docs/components/typography) - For semantic typography components
5959-- [Label](/docs/components/label) - For form labels
6060-- [Link](/docs/components/link) - For text links
5858+- [Typography](/docs/components/content/typography) - For semantic typography components
5959+- [Label](/docs/components/form/label) - For form labels
6060+- [Link](/docs/components/navigation/link) - For text links
···3030pnpm hip install typography
3131```
32323333-## Props
3434-3535-This is a custom component collection built for typography.
3636-3737-<PropDocs
3838- components={[
3939- "Heading1",
4040- "Heading2",
4141- "Heading3",
4242- "Heading4",
4343- "Heading5",
4444- "Body",
4545- "SmallBody",
4646- "LabelText",
4747- "SubLabel",
4848- "Blockquote",
4949- "UnorderedList",
5050- "OrderedList",
5151- "ListItem",
5252- "InlineCode",
5353- "Pre",
5454- "LinkedHeading",
5555- ]}
5656-/>
5757-5833## Typeramp
59346035The typeramp is a composed system that combines individual tokens into semantic text styles.
···1128711388<Example src={LinkedHeadingExample} />
114899090+## Props
9191+9292+This is a custom component collection built for typography.
9393+9494+<PropDocs
9595+ components={[
9696+ "Heading1",
9797+ "Heading2",
9898+ "Heading3",
9999+ "Heading4",
100100+ "Heading5",
101101+ "Body",
102102+ "SmallBody",
103103+ "LabelText",
104104+ "SubLabel",
105105+ "Blockquote",
106106+ "UnorderedList",
107107+ "OrderedList",
108108+ "ListItem",
109109+ "InlineCode",
110110+ "Pre",
111111+ "LinkedHeading",
112112+ ]}
113113+/>
114114+115115## Related Components
116116117117-- [Link](/docs/components/link) - For text links within typography
118118-- [Badge](/docs/components/badge) - For status indicators in text
119119-- [Card](/docs/components/card) - For containing typography content
120120-- [Label](/docs/components/label) - For form labels and descriptions
117117+- [Link](/docs/components/navigation/link) - For text links within typography
118118+- [Badge](/docs/components/status/badge) - For status indicators in text
119119+- [Card](/docs/components/content/card) - For containing typography content
120120+- [Label](/docs/components/form/label) - For form labels and descriptions
···2222pnpm hip install calendar
2323```
24242525-## Props
2626-2727-This component is built using the React Aria Calendar.
2828-See the official guide for full behavior and API details.
2929-3030-- Docs: [React Aria Calendar](https://react-spectrum.adobe.com/react-aria/Calendar.html#reusable-wrappers)
3131-3232-<PropDocs components={["Calendar"]} />
3333-3434-## Examples
2525+## Features
35263627### Default
3728···51425243<Example src={MultipleMonths} />
53444545+## Props
4646+4747+This component is built using the React Aria Calendar.
4848+See the official guide for full behavior and API details.
4949+5050+- Docs: [React Aria Calendar](https://react-spectrum.adobe.com/react-aria/Calendar.html#reusable-wrappers)
5151+5252+<PropDocs components={["Calendar"]} />
5353+5454## Related Components
55555656-- [DatePicker](/docs/components/date-picker) - For date input
5757-- [DateRangePicker](/docs/components/date-range-picker) - For date range input
5656+- [DatePicker](/docs/components/date-and-time/date-picker) - For date input
5757+- [DateRangePicker](/docs/components/date-and-time/date-range-picker) - For date range input
5858- [DateRangeInput](/docs/components/date-range-input) - For date range input
···2121pnpm hip install date-field
2222```
23232424-## Props
2525-2626-This component is built using the [React Aria DateField](https://react-spectrum.adobe.com/react-aria/DateField.html).
2727-2828-<PropDocs components={["DateField"]} />
2929-3024## Features
31253226### Label Variant
···50445145<Example src={ValidationSuccess} />
52464747+## Props
4848+4949+This component is built using the [React Aria DateField](https://react-spectrum.adobe.com/react-aria/DateField.html).
5050+5151+<PropDocs components={["DateField"]} />
5252+5353## Related Components
54545555-- [TimeField](/docs/components/time-field) - For time input
5656-- [TextField](/docs/components/text-field) - For general text input
5757-- [NumberField](/docs/components/number-field) - For numeric input
5858-- [Label](/docs/components/label) - For form labels and descriptions
5555+- [TimeField](/docs/components/date-and-time/time-field) - For time input
5656+- [TextField](/docs/components/form/text-field) - For general text input
5757+- [NumberField](/docs/components/form/number-field) - For numeric input
5858+- [Label](/docs/components/form/label) - For form labels and descriptions
···2121pnpm hip install date-picker
2222```
23232424-## Props
2525-2626-This component is built using the [React Aria DatePicker](https://react-spectrum.adobe.com/react-aria/DatePicker.html).
2727-2828-<PropDocs components={["DatePicker"]} />
2929-3024## Features
31253226### Label Variant
···50445145<Example src={ValidationSuccess} />
52464747+## Props
4848+4949+This component is built using the [React Aria DatePicker](https://react-spectrum.adobe.com/react-aria/DatePicker.html).
5050+5151+<PropDocs components={["DatePicker"]} />
5252+5353## Related Components
54545555-- [DateField](/docs/components/date-field) - For date input without popover
5656-- [Calendar](/docs/components/calendar) - For standalone calendar display
5757-- [RangeCalendar](/docs/components/range-calendar) - For date range selection
5858-- [TimeField](/docs/components/time-field) - For time input
5959-- [Label](/docs/components/label) - For form labels and descriptions
5555+- [DateField](/docs/components/date-and-time/date-field) - For date input without popover
5656+- [Calendar](/docs/components/date-and-time/calendar) - For standalone calendar display
5757+- [RangeCalendar](/docs/components/date-and-time/range-calendar) - For date range selection
5858+- [TimeField](/docs/components/date-and-time/time-field) - For time input
5959+- [Label](/docs/components/form/label) - For form labels and descriptions
···2121pnpm hip install date-range-picker
2222```
23232424-## Props
2525-2626-This component is built using the [React Aria DateRangePicker](https://react-spectrum.adobe.com/react-aria/DateRangePicker.html).
2727-2828-<PropDocs components={["DateRangePicker"]} />
2929-3024## Features
31253226### Label Variant
···50445145<Example src={ValidationSuccess} />
52464747+## Props
4848+4949+This component is built using the [React Aria DateRangePicker](https://react-spectrum.adobe.com/react-aria/DateRangePicker.html).
5050+5151+<PropDocs components={["DateRangePicker"]} />
5252+5353## Related Components
54545555-- [DatePicker](/docs/components/date-picker) - For single date selection
5656-- [RangeCalendar](/docs/components/range-calendar) - For standalone range calendar display
5757-- [DateField](/docs/components/date-field) - For date input without popover
5858-- [TimeField](/docs/components/time-field) - For time input
5959-- [Label](/docs/components/label) - For form labels and descriptions
5555+- [DatePicker](/docs/components/date-and-time/date-picker) - For single date selection
5656+- [RangeCalendar](/docs/components/date-and-time/range-calendar) - For standalone range calendar display
5757+- [DateField](/docs/components/date-and-time/date-field) - For date input without popover
5858+- [TimeField](/docs/components/date-and-time/time-field) - For time input
5959+- [Label](/docs/components/form/label) - For form labels and descriptions
···2222pnpm hip install range-calendar
2323```
24242525-## Props
2626-2727-This component is built using the React Aria RangeCalendar.
2828-See the official guide for full behavior and API details.
2929-3030-- Docs: [React Aria RangeCalendar](https://react-spectrum.adobe.com/react-aria/RangeCalendar.html#reusable-wrappers)
3131-3232-<PropDocs components={["RangeCalendar"]} />
3333-3434-## Examples
2525+## Features
35263627### Unavailable Dates
3728···45364637<Example src={MultipleMonthsRange} />
47383939+## Props
4040+4141+This component is built using the React Aria RangeCalendar.
4242+See the official guide for full behavior and API details.
4343+4444+- Docs: [React Aria RangeCalendar](https://react-spectrum.adobe.com/react-aria/RangeCalendar.html#reusable-wrappers)
4545+4646+<PropDocs components={["RangeCalendar"]} />
4747+4848## Related Components
49495050-- [DateRangePicker](/docs/components/date-range-picker)
5151-- [Calendar](/docs/components/calendar)
5252-- [DateField](/docs/components/date-field)
5050+- [DateRangePicker](/docs/components/date-and-time/date-range-picker)
5151+- [Calendar](/docs/components/date-and-time/calendar)
5252+- [DateField](/docs/components/date-and-time/date-field)
5353- [DateRangeField](/docs/components/date-range-field)
···80808181## Related Components
82828383-- [DateField](/docs/components/date-field) - For date input
8484-- [TextField](/docs/components/text-field) - For general text input
8585-- [NumberField](/docs/components/number-field) - For numeric input
8686-- [Label](/docs/components/label) - For form labels and descriptions
8383+- [DateField](/docs/components/date-and-time/date-field) - For date input
8484+- [TextField](/docs/components/form/text-field) - For general text input
8585+- [NumberField](/docs/components/form/number-field) - For numeric input
8686+- [Label](/docs/components/form/label) - For form labels and descriptions
+10-10
apps/docs/src/docs/components/form/checkbox.mdx
···1919pnpm hip install checkbox
2020```
21212222-## Props
2323-2424-This component is built using the [React Aria Checkbox](https://react-spectrum.adobe.com/react-aria/Checkbox.html).
2525-2626-<PropDocs components={["Checkbox", "CheckboxGroup"]} />
2727-2822## Features
29233024### States
···39334034<Example src={CheckboxWithDescription} />
41353636+## Props
3737+3838+This component is built using the [React Aria Checkbox](https://react-spectrum.adobe.com/react-aria/Checkbox.html).
3939+4040+<PropDocs components={["Checkbox", "CheckboxGroup"]} />
4141+4242## Related Components
43434444-- [Radio](/docs/components/radio) - For single selection from multiple options
4545-- [Switch](/docs/components/switch) - For binary toggle choices
4646-- [Select](/docs/components/select) - For dropdown selection
4747-- [Label](/docs/components/label) - For form labels and descriptions
4444+- [Radio](/docs/components/form/radio) - For single selection from multiple options
4545+- [Switch](/docs/components/form/switch) - For binary toggle choices
4646+- [Select](/docs/components/form/select) - For dropdown selection
4747+- [Label](/docs/components/form/label) - For form labels and descriptions
+18-18
apps/docs/src/docs/components/form/combobox.mdx
···2222pnpm hip install combobox
2323```
24242525-## Props
2626-2727-This component is built using the [React Aria ComboBox](https://react-spectrum.adobe.com/react-aria/ComboBox.html).
2828-2929-<PropDocs
3030- components={[
3131- "ComboBox",
3232- "ComboBoxItem",
3333- "ComboBoxSection",
3434- "ComboBoxSectionHeader",
3535- "ComboBoxSeparator",
3636- ]}
3737-/>
3838-3925## Features
40264127### Label Variant
···66526753<Example src={Virtualization} />
68545555+## Props
5656+5757+This component is built using the [React Aria ComboBox](https://react-spectrum.adobe.com/react-aria/ComboBox.html).
5858+5959+<PropDocs
6060+ components={[
6161+ "ComboBox",
6262+ "ComboBoxItem",
6363+ "ComboBoxSection",
6464+ "ComboBoxSectionHeader",
6565+ "ComboBoxSeparator",
6666+ ]}
6767+/>
6868+6969## Related Components
70707171-- [Select](/docs/components/select) - For dropdown selection without search
7171+- [Select](/docs/components/form/select) - For dropdown selection without search
7272- [AutocompleteInput](/docs/components/form/autocomplete) - For text input with suggestions
7373-- [SearchField](/docs/components/search-field) - For search input with clear button
7474-- [TextField](/docs/components/text-field) - For general text input
7575-- [Label](/docs/components/label) - For form labels and descriptions
7373+- [SearchField](/docs/components/form/search-field) - For search input with clear button
7474+- [TextField](/docs/components/form/text-field) - For general text input
7575+- [Label](/docs/components/form/label) - For form labels and descriptions
···1818pnpm hip install file-drop-zone
1919```
20202121-## Props
2222-2323-This component is built using the [React Aria DropZone](https://react-spectrum.adobe.com/react-aria/DropZone.html) and [React Aria FileTrigger](https://react-spectrum.adobe.com/react-spectrum/FileTrigger.html#filetrigger).
2424-2525-<PropDocs components={["FileDropZone"]} />
2626-2721## Features
28222923### Default Trigger
···32263327<Example src={DefaultTrigger} />
34282929+## Props
3030+3131+This component is built using the [React Aria DropZone](https://react-spectrum.adobe.com/react-aria/DropZone.html) and [React Aria FileTrigger](https://react-spectrum.adobe.com/react-spectrum/FileTrigger.html#filetrigger).
3232+3333+<PropDocs components={["FileDropZone"]} />
3434+3535## Related Components
36363737-- [Button](/docs/components/button) - For file upload triggers
3838-- [Card](/docs/components/card) - For containing file drop zones
3939-- [Badge](/docs/components/badge) - For file upload status indicators
4040-- [Typography](/docs/components/typography) - For file upload instructions
3737+- [Button](/docs/components/buttons/button) - For file upload triggers
3838+- [Card](/docs/components/content/card) - For containing file drop zones
3939+- [Badge](/docs/components/status/badge) - For file upload status indicators
4040+- [Typography](/docs/components/content/typography) - For file upload instructions
+13-13
apps/docs/src/docs/components/form/form.mdx
···1919pnpm hip install form
2020```
21212222-## Props
2323-2424-This component is built using [React Aria Form](https://react-spectrum.adobe.com/react-aria/Form.html).
2525-2626-<PropDocs components={["Form"]} />
2727-2822## Features
29233024### Server-Side Validation
···39334034<Example src={WithSubmitAndReset} />
41353636+## Props
3737+3838+This component is built using [React Aria Form](https://react-spectrum.adobe.com/react-aria/Form.html).
3939+4040+<PropDocs components={["Form"]} />
4141+4242## Related Components
43434444-- [TextField](/docs/components/text-field) - For text input fields in forms
4545-- [NumberField](/docs/components/number-field) - For numeric input fields in forms
4646-- [TextArea](/docs/components/text-area) - For multi-line text input in forms
4747-- [Select](/docs/components/select) - For dropdown selection in forms
4848-- [Checkbox](/docs/components/checkbox) - For checkbox inputs in forms
4949-- [Radio](/docs/components/radio) - For radio button inputs in forms
5050-- [Button](/docs/components/button) - For submit and reset buttons in forms
4444+- [TextField](/docs/components/form/text-field) - For text input fields in forms
4545+- [NumberField](/docs/components/form/number-field) - For numeric input fields in forms
4646+- [TextArea](/docs/components/form/text-area) - For multi-line text input in forms
4747+- [Select](/docs/components/form/select) - For dropdown selection in forms
4848+- [Checkbox](/docs/components/form/checkbox) - For checkbox inputs in forms
4949+- [Radio](/docs/components/form/radio) - For radio button inputs in forms
5050+- [Button](/docs/components/buttons/button) - For submit and reset buttons in forms
+10-10
apps/docs/src/docs/components/form/label.mdx
···1818pnpm hip install label
1919```
20202121-## Props
2222-2323-This component is built using the [React Aria Label](https://react-spectrum.adobe.com/react-aria/Label.html).
2424-2525-<PropDocs components={["Label", "Description"]} />
2626-2721## Features
28222923### Sizes
···32263327<Example src={LabelSizes} />
34282929+## Props
3030+3131+This component is built using the [React Aria Label](https://react-spectrum.adobe.com/react-aria/Label.html).
3232+3333+<PropDocs components={["Label", "Description"]} />
3434+3535## Related Components
36363737-- [TextField](/docs/components/text-field) - Form inputs that use labels
3838-- [Checkbox](/docs/components/checkbox) - Form controls that use labels
3939-- [Radio](/docs/components/radio) - Form controls that use labels
4040-- [Switch](/docs/components/switch) - Form controls that use labels
3737+- [TextField](/docs/components/form/text-field) - Form inputs that use labels
3838+- [Checkbox](/docs/components/form/checkbox) - Form controls that use labels
3939+- [Radio](/docs/components/form/radio) - Form controls that use labels
4040+- [Switch](/docs/components/form/switch) - Form controls that use labels
···2121pnpm hip install number-field
2222```
23232424-## Props
2525-2626-This component is built using the [React Aria NumberField](https://react-spectrum.adobe.com/react-aria/NumberField.html).
2727-2828-<PropDocs components={["NumberField"]} />
2929-3024## Features
31253226### Label Variant
···50445145<Example src={ValidationSuccess} />
52464747+## Props
4848+4949+This component is built using the [React Aria NumberField](https://react-spectrum.adobe.com/react-aria/NumberField.html).
5050+5151+<PropDocs components={["NumberField"]} />
5252+5353## Related Components
54545555-- [TextField](/docs/components/text-field) - For general text input
5656-- [TextArea](/docs/components/text-area) - For multi-line text input
5757-- [SearchField](/docs/components/search-field) - For search input with clear button
5858-- [Label](/docs/components/label) - For form labels and descriptions
5555+- [TextField](/docs/components/form/text-field) - For general text input
5656+- [TextArea](/docs/components/form/text-area) - For multi-line text input
5757+- [SearchField](/docs/components/form/search-field) - For search input with clear button
5858+- [Label](/docs/components/form/label) - For form labels and descriptions
+10-10
apps/docs/src/docs/components/form/radio.mdx
···1919pnpm hip install radio
2020```
21212222-## Props
2323-2424-This component is built using the [React Aria Radio](https://react-spectrum.adobe.com/react-aria/Radio.html).
2525-2626-<PropDocs components={["Radio", "RadioGroup"]} />
2727-2822## Features
29233024### With Description
···39334034<Example src={RadioHorizontal} />
41353636+## Props
3737+3838+This component is built using the [React Aria Radio](https://react-spectrum.adobe.com/react-aria/Radio.html).
3939+4040+<PropDocs components={["Radio", "RadioGroup"]} />
4141+4242## Related Components
43434444-- [Checkbox](/docs/components/checkbox) - For multiple selection options
4545-- [Switch](/docs/components/switch) - For binary toggle choices
4646-- [Select](/docs/components/select) - For dropdown selection
4747-- [Label](/docs/components/label) - For form labels and descriptions
4444+- [Checkbox](/docs/components/form/checkbox) - For multiple selection options
4545+- [Switch](/docs/components/form/switch) - For binary toggle choices
4646+- [Select](/docs/components/form/select) - For dropdown selection
4747+- [Label](/docs/components/form/label) - For form labels and descriptions
···2121pnpm hip install search-field
2222```
23232424-## Props
2525-2626-This component is built using the [React Aria SearchField](https://react-spectrum.adobe.com/react-aria/SearchField.html).
2727-2828-<PropDocs components={["SearchField"]} />
2929-3024## Features
31253226### Label Variant
···50445145<Example src={ValidationSuccess} />
52464747+## Props
4848+4949+This component is built using the [React Aria SearchField](https://react-spectrum.adobe.com/react-aria/SearchField.html).
5050+5151+<PropDocs components={["SearchField"]} />
5252+5353## Related Components
54545555-- [TextField](/docs/components/text-field) - For general text input
5555+- [TextField](/docs/components/form/text-field) - For general text input
5656- [AutocompleteInput](/docs/components/form/autocomplete) - For text input with suggestions
5757-- [ComboBox](/docs/components/combobox) - For searchable dropdown selection
5858-- [CommandMenu](/docs/components/command-menu) - For command palette with search
5959-- [Label](/docs/components/label) - For form labels and descriptions
5757+- [ComboBox](/docs/components/form/combobox) - For searchable dropdown selection
5858+- [CommandMenu](/docs/components/collections/command-menu) - For command palette with search
5959+- [Label](/docs/components/form/label) - For form labels and descriptions
+18-18
apps/docs/src/docs/components/form/select.mdx
···2424pnpm hip install select
2525```
26262727-## Props
2828-2929-This component is built using the [React Aria Select](https://react-spectrum.adobe.com/react-aria/Select.html).
3030-3131-<PropDocs
3232- components={[
3333- "Select",
3434- "SelectItem",
3535- "SelectSection",
3636- "SelectSectionHeader",
3737- "SelectSeparator",
3838- ]}
3939-/>
4040-4127## Features
42284329### Label Variant
···80668167<Example src={Virtualization} />
82686969+## Props
7070+7171+This component is built using the [React Aria Select](https://react-spectrum.adobe.com/react-aria/Select.html).
7272+7373+<PropDocs
7474+ components={[
7575+ "Select",
7676+ "SelectItem",
7777+ "SelectSection",
7878+ "SelectSectionHeader",
7979+ "SelectSeparator",
8080+ ]}
8181+/>
8282+8383## Related Components
84848585-- [ComboBox](/docs/components/combobox) - For searchable dropdown selection
8686-- [Radio](/docs/components/radio) - For single selection from multiple options
8787-- [Checkbox](/docs/components/checkbox) - For multiple selection options
8888-- [Label](/docs/components/label) - For form labels and descriptions
8585+- [ComboBox](/docs/components/form/combobox) - For searchable dropdown selection
8686+- [Radio](/docs/components/form/radio) - For single selection from multiple options
8787+- [Checkbox](/docs/components/form/checkbox) - For multiple selection options
8888+- [Label](/docs/components/form/label) - For form labels and descriptions
+9-9
apps/docs/src/docs/components/form/slider.mdx
···2323pnpm hip install slider
2424```
25252626-## Props
2727-2828-This component is built using the [React Aria Slider](https://react-spectrum.adobe.com/react-aria/Slider.html).
2929-3030-<PropDocs components={["Slider"]} />
3131-3226## Features
33273428### Range Selection
···68626963<Example src={Disabled} />
70646565+## Props
6666+6767+This component is built using the [React Aria Slider](https://react-spectrum.adobe.com/react-aria/Slider.html).
6868+6969+<PropDocs components={["Slider"]} />
7070+7171## Related Components
72727373-- [NumberField](/docs/components/number-field) - For precise numeric input
7373+- [NumberField](/docs/components/form/number-field) - For precise numeric input
7474- [RangeSlider](/docs/components/range-slider) - For dual-handle range selection
7575-- [Switch](/docs/components/switch) - For binary on/off controls
7676-- [Checkbox](/docs/components/checkbox) - For boolean selections
7575+- [Switch](/docs/components/form/switch) - For binary on/off controls
7676+- [Checkbox](/docs/components/form/checkbox) - For boolean selections
+10-10
apps/docs/src/docs/components/form/switch.mdx
···1818pnpm hip install switch
1919```
20202121-## Props
2222-2323-This component is built using the [React Aria Switch](https://react-spectrum.adobe.com/react-aria/Switch.html).
2424-2525-<PropDocs components={["Switch"]} />
2626-2721## Features
28222923### Disabled
···32263327<Example src={Disabled} />
34282929+## Props
3030+3131+This component is built using the [React Aria Switch](https://react-spectrum.adobe.com/react-aria/Switch.html).
3232+3333+<PropDocs components={["Switch"]} />
3434+3535## Related Components
36363737-- [Checkbox](/docs/components/checkbox) - For multiple selection options
3838-- [Radio](/docs/components/radio) - For single selection from multiple options
3939-- [ToggleButton](/docs/components/toggle-button) - For toggleable button states
4040-- [Label](/docs/components/label) - For form labels and descriptions
3737+- [Checkbox](/docs/components/form/checkbox) - For multiple selection options
3838+- [Radio](/docs/components/form/radio) - For single selection from multiple options
3939+- [ToggleButton](/docs/components/buttons/toggle-button) - For toggleable button states
4040+- [Label](/docs/components/form/label) - For form labels and descriptions
+4-4
apps/docs/src/docs/components/form/text-area.mdx
···25252626## Related Components
27272828-- [TextField](/docs/components/text-field) - For single-line text input
2929-- [NumberField](/docs/components/number-field) - For numeric input
3030-- [SearchField](/docs/components/search-field) - For search input with clear button
3131-- [Label](/docs/components/label) - For form labels and descriptions
2828+- [TextField](/docs/components/form/text-field) - For single-line text input
2929+- [NumberField](/docs/components/form/number-field) - For numeric input
3030+- [SearchField](/docs/components/form/search-field) - For search input with clear button
3131+- [Label](/docs/components/form/label) - For form labels and descriptions
+10-10
apps/docs/src/docs/components/form/text-field.mdx
···2525pnpm hip install text-field
2626```
27272828-## Props
2929-3030-This component is built using the [React Aria TextField](https://react-spectrum.adobe.com/react-aria/TextField.html).
3131-3232-<PropDocs components={["TextField"]} />
3333-3428## Features
35293630### Label Variant
···78727973<Example src={ValidationSuccess} />
80747575+## Props
7676+7777+This component is built using the [React Aria TextField](https://react-spectrum.adobe.com/react-aria/TextField.html).
7878+7979+<PropDocs components={["TextField"]} />
8080+8181## Related Components
82828383-- [TextArea](/docs/components/text-area) - For multi-line text input
8484-- [NumberField](/docs/components/number-field) - For numeric input
8585-- [SearchField](/docs/components/search-field) - For search input with clear button
8686-- [Label](/docs/components/label) - For form labels and descriptions
8383+- [TextArea](/docs/components/form/text-area) - For multi-line text input
8484+- [NumberField](/docs/components/form/number-field) - For numeric input
8585+- [SearchField](/docs/components/form/search-field) - For search input with clear button
8686+- [Label](/docs/components/form/label) - For form labels and descriptions
+10-10
apps/docs/src/docs/components/layout/flex.mdx
···2121pnpm hip install flex
2222```
23232424-## Props
2525-2626-This is a custom component built for flexible layouts.
2727-2828-<PropDocs components={["Flex"]} />
2929-3024## Features
31253226### Directions
···53475448<Example src={FlexGap} />
55495050+## Props
5151+5252+This is a custom component built for flexible layouts.
5353+5454+<PropDocs components={["Flex"]} />
5555+5656## Related Components
57575858-- [Grid](/docs/components/grid) - For two-dimensional layouts
5959-- [Card](/docs/components/card) - For grouping content in flex layouts
6060-- [ButtonGroup](/docs/components/button-group) - For grouping buttons in flex layouts
6161-- [Separator](/docs/components/separator) - For visual separation in flex layouts
5858+- [Grid](/docs/components/layout/grid) - For two-dimensional layouts
5959+- [Card](/docs/components/content/card) - For grouping content in flex layouts
6060+- [ButtonGroup](/docs/components/buttons/button-group) - For grouping buttons in flex layouts
6161+- [Separator](/docs/components/content/separator) - For visual separation in flex layouts
+10-10
apps/docs/src/docs/components/layout/grid.mdx
···1818pnpm hip install grid
1919```
20202121-## Props
2222-2323-This is a custom component built for grid layouts.
2424-2525-<PropDocs components={["Grid", "GridItem"]} />
2626-2721## Features
28222923### Grid Spans
···32263327<Example src={GridSpans} />
34282929+## Props
3030+3131+This is a custom component built for grid layouts.
3232+3333+<PropDocs components={["Grid", "GridItem"]} />
3434+3535## Related Components
36363737-- [Flex](/docs/components/flex) - For one-dimensional flexible layouts
3838-- [Card](/docs/components/card) - For grouping content in grid layouts
3939-- [AspectRatio](/docs/components/aspect-ratio) - For maintaining aspect ratios in grid items
4040-- [Table](/docs/components/table) - For structured data in grid layouts
3737+- [Flex](/docs/components/layout/flex) - For one-dimensional flexible layouts
3838+- [Card](/docs/components/content/card) - For grouping content in grid layouts
3939+- [AspectRatio](/docs/components/content/aspect-ratio) - For maintaining aspect ratios in grid items
4040+- [Table](/docs/components/collections/table) - For structured data in grid layouts
+16-16
apps/docs/src/docs/components/layout/page.mdx
···1919pnpm hip install page
2020```
21212222-## Props
2323-2424-<PropDocs
2525- components={[
2626- "PageRoot",
2727- "PageHeader",
2828- "PageBackLink",
2929- "PageTitle",
3030- "PageDescription",
3131- "PageActions",
3232- "PageIcon",
3333- "PageStickyHeader",
3434- "PageStickyFooter",
3535- ]}
3636-/>
3737-3822## Features
39234024### Small Variant
···5438Add an icon to the large page header for visual hierarchy.
55395640<Example src={WithIcon} />
4141+4242+## Props
4343+4444+<PropDocs
4545+ components={[
4646+ "PageRoot",
4747+ "PageHeader",
4848+ "PageBackLink",
4949+ "PageTitle",
5050+ "PageDescription",
5151+ "PageActions",
5252+ "PageIcon",
5353+ "PageStickyHeader",
5454+ "PageStickyFooter",
5555+ ]}
5656+/>
57575858## Related Components
5959
+10-10
apps/docs/src/docs/components/layout/toolbar.mdx
···1919pnpm hip install toolbar
2020```
21212222-## Props
2323-2424-This component is built using [React Aria Toolbar](https://react-spectrum.adobe.com/react-aria/Toolbar.html).
2525-2626-<PropDocs components={["Toolbar", "ToolbarGroup", "ToolbarSeparator"]} />
2727-2822## Features
29233024### Vertical Orientation
···40344135<Example src={WithCheckbox} />
42363737+## Props
3838+3939+This component is built using [React Aria Toolbar](https://react-spectrum.adobe.com/react-aria/Toolbar.html).
4040+4141+<PropDocs components={["Toolbar", "ToolbarGroup", "ToolbarSeparator"]} />
4242+4343## Related Components
44444545-- [Button](/docs/components/button) - For clickable actions in toolbars
4646-- [ToggleButton](/docs/components/toggle-button) - For toggleable buttons in toolbars
4747-- [ButtonGroup](/docs/components/button-group) - For grouping buttons together
4848-- [ToggleButtonGroup](/docs/components/toggle-button-group) - For grouping toggle buttons together
4545+- [Button](/docs/components/buttons/button) - For clickable actions in toolbars
4646+- [ToggleButton](/docs/components/buttons/toggle-button) - For toggleable buttons in toolbars
4747+- [ButtonGroup](/docs/components/buttons/button-group) - For grouping buttons together
4848+- [ToggleButtonGroup](/docs/components/buttons/toggle-button-group) - For grouping toggle buttons together
···1919pnpm hip install window-splitter
2020```
21212222-## Props
2323-2424-This component is built using [@window-splitter/react](https://react-window-splitter-six.vercel.app/docs/install), which follows the [WAI-ARIA Window Splitter pattern](https://www.w3.org/WAI/ARIA/apg/patterns/windowsplitter/).
2525-2626-<PropDocs components={["PanelGroup", "Panel", "PanelResizer"]} />
2727-2822## Features
29233024### Vertical Layout
···39334034<Example src={ThreePanels} />
41353636+## Props
3737+3838+This component is built using [@window-splitter/react](https://react-window-splitter-six.vercel.app/docs/install), which follows the [WAI-ARIA Window Splitter pattern](https://www.w3.org/WAI/ARIA/apg/patterns/windowsplitter/).
3939+4040+<PropDocs components={["PanelGroup", "Panel", "PanelResizer"]} />
4141+4242## Related Components
43434444-- [Flex](/docs/components/flex) - For flexible layouts without resizing
4545-- [Grid](/docs/components/grid) - For two-dimensional layouts
4646-- [Separator](/docs/components/separator) - For visual separation
4444+- [Flex](/docs/components/layout/flex) - For flexible layouts without resizing
4545+- [Grid](/docs/components/layout/grid) - For two-dimensional layouts
4646+- [Separator](/docs/components/content/separator) - For visual separation
···1818pnpm hip install breadcrumbs
1919```
20202121-## Props
2222-2323-This component is built using the [React Aria Breadcrumbs](https://react-spectrum.adobe.com/react-aria/Breadcrumbs.html).
2424-2525-<PropDocs components={["Breadcrumbs", "Breadcrumb"]} />
2626-2721## Features
28222923### Disabled State
···32263327<Example src={Disabled} />
34282929+## Props
3030+3131+This component is built using the [React Aria Breadcrumbs](https://react-spectrum.adobe.com/react-aria/Breadcrumbs.html).
3232+3333+<PropDocs components={["Breadcrumbs", "Breadcrumb"]} />
3434+3535## Related Components
36363737-- [Link](/docs/components/link) - For individual navigation links
3838-- [Button](/docs/components/button) - For action buttons
3939-- [IconButton](/docs/components/icon-button) - For icon-only navigation buttons
3737+- [Link](/docs/components/navigation/link) - For individual navigation links
3838+- [Button](/docs/components/buttons/button) - For action buttons
3939+- [IconButton](/docs/components/buttons/icon-button) - For icon-only navigation buttons
···2121pnpm hip install disclosure-group
2222```
23232424-## Props
2525-2626-This component is built using [React Aria DisclosureGroup](https://react-spectrum.adobe.com/react-aria/DisclosureGroup.html).
2727-2828-<PropDocs components={["DisclosureGroup", "DisclosureGroupSeparator"]} />
2929-3024## Features
31253226### Default Expanded
···53475448<Example src={Separators} />
55495050+## Props
5151+5252+This component is built using [React Aria DisclosureGroup](https://react-spectrum.adobe.com/react-aria/DisclosureGroup.html).
5353+5454+<PropDocs components={["DisclosureGroup", "DisclosureGroupSeparator"]} />
5555+5656## Related Components
57575858-- [Disclosure](/docs/components/disclosure) - For single collapsible sections
5959-- [Dialog](/docs/components/dialog) - For modal content
6060-- [Popover](/docs/components/popover) - For overlay content
5858+- [Disclosure](/docs/components/navigation/disclosure) - For single collapsible sections
5959+- [Dialog](/docs/components/overlays/dialog) - For modal content
6060+- [Popover](/docs/components/overlays/popover) - For overlay content
···2020pnpm hip install disclosure
2121```
22222323-## Props
2424-2525-This component is built using the [React Aria Disclosure](https://react-spectrum.adobe.com/react-aria/Disclosure.html).
2626-2727-<PropDocs components={["Disclosure", "DisclosureTitle", "DisclosurePanel"]} />
2828-2923## Features
30243125### Expanded
···46404741<Example src={Sizes} />
48424343+## Props
4444+4545+This component is built using the [React Aria Disclosure](https://react-spectrum.adobe.com/react-aria/Disclosure.html).
4646+4747+<PropDocs components={["Disclosure", "DisclosureTitle", "DisclosurePanel"]} />
4848+4949## Related Components
50505151- [Accordion](/docs/components/accordion) - For multiple collapsible sections
5252-- [Dialog](/docs/components/dialog) - For modal content
5353-- [Popover](/docs/components/popover) - For overlay content
5252+- [Dialog](/docs/components/overlays/dialog) - For modal content
5353+- [Popover](/docs/components/overlays/popover) - For overlay content
···2020pnpm hip install header-layout
2121```
22222323-## Props
2424-2525-This is a custom component built for page layouts with header, content, and footer slots.
2626-2727-<PropDocs
2828- components={[
2929- "HeaderLayoutRoot",
3030- "HeaderLayoutHeader",
3131- "HeaderLayoutPage",
3232- "HeaderLayoutFooter",
3333- "HeaderLayoutHero",
3434- ]}
3535-/>
3636-3723## Features
38243925### Basic
···54405541<Example src={WithHero} noPadding />
56424343+## Props
4444+4545+This is a custom component built for page layouts with header, content, and footer slots.
4646+4747+<PropDocs
4848+ components={[
4949+ "HeaderLayoutRoot",
5050+ "HeaderLayoutHeader",
5151+ "HeaderLayoutPage",
5252+ "HeaderLayoutFooter",
5353+ "HeaderLayoutHero",
5454+ ]}
5555+/>
5656+5757## Related Components
58585959-- [Flex](/docs/components/flex) - For flexible layouts within slots
6060-- [Grid](/docs/components/grid) - For two-dimensional layouts within slots
6161-- [Navbar](/docs/components/navbar) - For navigation in the header slot
6262-- [Footer](/docs/components/footer) - For footer content in the footer slot
5959+- [Flex](/docs/components/layout/flex) - For flexible layouts within slots
6060+- [Grid](/docs/components/layout/grid) - For two-dimensional layouts within slots
6161+- [Navbar](/docs/components/navigation/navbar) - For navigation in the header slot
6262+- [Footer](/docs/components/navigation/footer) - For footer content in the footer slot
+4-4
apps/docs/src/docs/components/navigation/link.mdx
···25252626## Related Components
27272828-- [Button](/docs/components/button) - For action buttons that look like links
2929-- [IconButton](/docs/components/icon-button) - For icon-only navigation buttons
3030-- [Typography](/docs/components/typography) - For text styling and hierarchy
3131-- [Badge](/docs/components/badge) - For status indicators on links
2828+- [Button](/docs/components/buttons/button) - For action buttons that look like links
2929+- [IconButton](/docs/components/buttons/icon-button) - For icon-only navigation buttons
3030+- [Typography](/docs/components/content/typography) - For text styling and hierarchy
3131+- [Badge](/docs/components/status/badge) - For status indicators on links
···2323pnpm hip install navbar
2424```
25252626-## Props
2727-2828-This component is built using [React Aria Components](https://react-spectrum.adobe.com/react-aria/index.html).
2929-3030-<PropDocs
3131- components={["Navbar", "NavbarLogo", "NavbarNavigation", "NavbarAction"]}
3232-/>
3333-3426## Features
35273628### Sticky Behavior
···73657466<Example src={AlwaysVisibleActions} />
75676868+## Props
6969+7070+This component is built using [React Aria Components](https://react-spectrum.adobe.com/react-aria/index.html).
7171+7272+<PropDocs
7373+ components={["Navbar", "NavbarLogo", "NavbarNavigation", "NavbarAction"]}
7474+/>
7575+7676## Related Components
77777878-- [Link](/docs/components/link) - For navigation links in NavbarNavigation
7979-- [Button](/docs/components/button) - For action buttons in NavbarAction
8080-- [IconButton](/docs/components/icon-button) - For icon-based actions
8181-- [Flex](/docs/components/flex) - For layout within navbar sections
7878+- [Link](/docs/components/navigation/link) - For navigation links in NavbarNavigation
7979+- [Button](/docs/components/buttons/button) - For action buttons in NavbarAction
8080+- [IconButton](/docs/components/buttons/icon-button) - For icon-based actions
8181+- [Flex](/docs/components/layout/flex) - For layout within navbar sections
···1919pnpm hip install pagination
2020```
21212222-## Props
2323-2424-<PropDocs components={["Pagination"]} />
2525-2622## Features
27232824### Few Pages
···37333834<Example src={CustomMaxVisiblePages} />
39353636+## Props
3737+3838+<PropDocs components={["Pagination"]} />
3939+4040## Related Components
41414242-- [Button](/docs/components/button) - Used internally for pagination controls
4343-- [ButtonGroup](/docs/components/button-group) - For grouping related buttons
4242+- [Button](/docs/components/buttons/button) - Used internally for pagination controls
4343+- [ButtonGroup](/docs/components/buttons/button-group) - For grouping related buttons
···2020pnpm hip install sidebar-layout
2121```
22222323-## Props
2424-2525-This is a custom component built for page layouts with sidebar and content slots.
2626-2727-<PropDocs
2828- components={[
2929- "SidebarLayoutRoot",
3030- "SidebarLayoutNavigationSidebar",
3131- "SidebarLayoutPage",
3232- "SidebarLayoutInconsequentialSidebar",
3333- ]}
3434-/>
3535-3623## Features
37243825### InconsequentialSidebar
···65526653<Example src={WithHeaderLayoutWrapper} noPadding />
67545555+## Props
5656+5757+This is a custom component built for page layouts with sidebar and content slots.
5858+5959+<PropDocs
6060+ components={[
6161+ "SidebarLayoutRoot",
6262+ "SidebarLayoutNavigationSidebar",
6363+ "SidebarLayoutPage",
6464+ "SidebarLayoutInconsequentialSidebar",
6565+ ]}
6666+/>
6767+6868## Related Components
69697070-- [Flex](/docs/components/flex) - For flexible layouts within slots
7171-- [Grid](/docs/components/grid) - For two-dimensional layouts within slots
7272-- [Sidebar](/docs/components/sidebar) - For navigation in the sidebar slot
7070+- [Flex](/docs/components/layout/flex) - For flexible layouts within slots
7171+- [Grid](/docs/components/layout/grid) - For two-dimensional layouts within slots
7272+- [Sidebar](/docs/components/navigation/sidebar) - For navigation in the sidebar slot
···34343535## Related Components
36363737-- [Dialog](/docs/components/dialog) - For general modal dialogs
3838-- [Button](/docs/components/button) - For dialog action buttons
3939-- [Popover](/docs/components/popover) - For non-modal overlays
4040-- [Tooltip](/docs/components/tooltip) - For contextual help
3737+- [Dialog](/docs/components/overlays/dialog) - For general modal dialogs
3838+- [Button](/docs/components/buttons/button) - For dialog action buttons
3939+- [Popover](/docs/components/overlays/popover) - For non-modal overlays
4040+- [Tooltip](/docs/components/overlays/tooltip) - For contextual help
+12-12
apps/docs/src/docs/components/overlays/dialog.mdx
···2626pnpm hip install dialog
2727```
28282929-## Props
3030-3131-This component is built using the [React Aria Dialog](https://react-spectrum.adobe.com/react-aria/Dialog.html).
3232-3333-<PropDocs
3434- components={["Dialog", "DialogHeader", "DialogDescription", "DialogFooter"]}
3535-/>
3636-3729## Features
38303931### Form Dialog
···48404941<Example src={DialogSizes} />
50424343+## Props
4444+4545+This component is built using the [React Aria Dialog](https://react-spectrum.adobe.com/react-aria/Dialog.html).
4646+4747+<PropDocs
4848+ components={["Dialog", "DialogHeader", "DialogDescription", "DialogFooter"]}
4949+/>
5050+5151## Related Components
52525353-- [AlertDialog](/docs/components/alert-dialog) - For critical actions and confirmations
5454-- [Popover](/docs/components/popover) - For non-modal overlays
5555-- [Button](/docs/components/button) - For dialog action buttons
5656-- [Form](/docs/components/form) - For forms within dialogs
5353+- [AlertDialog](/docs/components/overlays/alert-dialog) - For critical actions and confirmations
5454+- [Popover](/docs/components/overlays/popover) - For non-modal overlays
5555+- [Button](/docs/components/buttons/button) - For dialog action buttons
5656+- [Form](/docs/components/form/form) - For forms within dialogs
+19-19
apps/docs/src/docs/components/overlays/drawer.mdx
···2020pnpm hip install drawer
2121```
22222323-## Props
2424-2525-This component is built using the [React Aria Dialog](https://react-spectrum.adobe.com/react-aria/Dialog.html).
2626-2727-<PropDocs
2828- components={[
2929- "Drawer",
3030- "DrawerHeader",
3131- "DrawerDescription",
3232- "DrawerBody",
3333- "DrawerFooter",
3434- ]}
3535-/>
3636-3723## Features
38243925### Sizes
···54405541<Example src={DrawerNonModal} />
56424343+## Props
4444+4545+This component is built using the [React Aria Dialog](https://react-spectrum.adobe.com/react-aria/Dialog.html).
4646+4747+<PropDocs
4848+ components={[
4949+ "Drawer",
5050+ "DrawerHeader",
5151+ "DrawerDescription",
5252+ "DrawerBody",
5353+ "DrawerFooter",
5454+ ]}
5555+/>
5656+5757## Related Components
58585959-- [Dialog](/docs/components/dialog) - For centered modal dialogs
6060-- [AlertDialog](/docs/components/alert-dialog) - For critical actions and confirmations
6161-- [Popover](/docs/components/popover) - For non-modal overlays
6262-- [Button](/docs/components/button) - For drawer action buttons
6363-- [Form](/docs/components/form) - For forms within drawers
5959+- [Dialog](/docs/components/overlays/dialog) - For centered modal dialogs
6060+- [AlertDialog](/docs/components/overlays/alert-dialog) - For critical actions and confirmations
6161+- [Popover](/docs/components/overlays/popover) - For non-modal overlays
6262+- [Button](/docs/components/buttons/button) - For drawer action buttons
6363+- [Form](/docs/components/form/form) - For forms within drawers
···1818pnpm hip install hover-card
1919```
20202121-## Props
2222-2323-This component is built using the [React Aria Components](https://react-spectrum.adobe.com/react-aria/).
2424-2525-<PropDocs components={["HoverCard"]} />
2626-2721## Features
28222923### With Rich Content
···4034- `touch` - The hover card is displayed when the touch device is touched over the trigger element.
4135- `keyboard` - The hover card is displayed when the keyboard is focused and the enter key is pressed on the trigger element.
42363737+## Props
3838+3939+This component is built using the [React Aria Components](https://react-spectrum.adobe.com/react-aria/).
4040+4141+<PropDocs components={["HoverCard"]} />
4242+4343## Related Components
44444545-- [Popover](/docs/components/popover) - For click-triggered overlays
4646-- [Tooltip](/docs/components/tooltip) - For simple contextual help
4747-- [Dialog](/docs/components/dialog) - For modal overlays
4545+- [Popover](/docs/components/overlays/popover) - For click-triggered overlays
4646+- [Tooltip](/docs/components/overlays/tooltip) - For simple contextual help
4747+- [Dialog](/docs/components/overlays/dialog) - For modal overlays
···1717pnpm hip install lightbox
1818```
19192020-## Props
2121-2222-<PropDocs components={["Lightbox"]} />
2323-2420## Features
25212622### Controlled
···36323733Click the backdrop or press Escape to close the lightbox.
38343535+## Props
3636+3737+<PropDocs components={["Lightbox"]} />
3838+3939## Related Components
40404141-- [Dialog](/docs/components/dialog) - For modal content overlays
4242-- [ImageCropper](/docs/components/image-cropper) - For cropping images
4141+- [Dialog](/docs/components/overlays/dialog) - For modal content overlays
4242+- [ImageCropper](/docs/components/content/image-cropper) - For cropping images
···25252626## Related Components
27272828-- [Dialog](/docs/components/dialog) - For modal overlays
2929-- [Tooltip](/docs/components/tooltip) - For contextual help overlays
3030-- [Menu](/docs/components/menu) - For dropdown menus
3131-- [ContextMenu](/docs/components/context-menu) - For right-click context menus
2828+- [Dialog](/docs/components/overlays/dialog) - For modal overlays
2929+- [Tooltip](/docs/components/overlays/tooltip) - For contextual help overlays
3030+- [Menu](/docs/components/collections/menu) - For dropdown menus
3131+- [ContextMenu](/docs/components/collections/context-menu) - For right-click context menus
···54545555## Related Components
56565757-- [Popover](/docs/components/popover) - For more complex overlay content
5858-- [IconButton](/docs/components/icon-button) - Often used with tooltips for context
5959-- [Button](/docs/components/button) - Can be enhanced with tooltips
6060-- [Badge](/docs/components/badge) - Can be enhanced with tooltips for additional info
5757+- [Popover](/docs/components/overlays/popover) - For more complex overlay content
5858+- [IconButton](/docs/components/buttons/icon-button) - Often used with tooltips for context
5959+- [Button](/docs/components/buttons/button) - Can be enhanced with tooltips
6060+- [Badge](/docs/components/status/badge) - Can be enhanced with tooltips for additional info
+6-6
apps/docs/src/docs/components/status/alert.mdx
···2424pnpm hip install alert
2525```
26262727-## Props
2828-2929-<PropDocs components={["Alert"]} />
3030-3127## Features
32283329### Variants
···75717672<Example src={CustomIcon} />
77737474+## Props
7575+7676+<PropDocs components={["Alert"]} />
7777+7878## Related Components
79798080-- [Badge](/docs/components/badge) - For small status indicators
8080+- [Badge](/docs/components/status/badge) - For small status indicators
8181- [Toast](/docs/components/status/toast) - For temporary notifications
8282-- [AlertDialog](/docs/components/alert-dialog) - For critical actions and confirmations
8282+- [AlertDialog](/docs/components/overlays/alert-dialog) - For critical actions and confirmations
+10-10
apps/docs/src/docs/components/status/badge.mdx
···2121pnpm hip install badge
2222```
23232424-## Props
2525-2626-This is a custom component built for status indicators.
2727-2828-<PropDocs components={["Badge"]} />
2929-3024## Features
31253226### Variants
···53475448<Example src={BadgeDismissible} />
55495050+## Props
5151+5252+This is a custom component built for status indicators.
5353+5454+<PropDocs components={["Badge"]} />
5555+5656## Related Components
57575858-- [Avatar](/docs/components/avatar) - For user avatars with status badges
5959-- [Card](/docs/components/card) - For cards with status badges
6060-- [Table](/docs/components/table) - For table cells with status badges
6161-- [Button](/docs/components/button) - For buttons with notification badges
5858+- [Avatar](/docs/components/content/avatar) - For user avatars with status badges
5959+- [Card](/docs/components/content/card) - For cards with status badges
6060+- [Table](/docs/components/collections/table) - For table cells with status badges
6161+- [Button](/docs/components/buttons/button) - For buttons with notification badges
+9-9
apps/docs/src/docs/components/status/meter.mdx
···2323pnpm hip install meter
2424```
25252626-## Props
2727-2828-This component is built using the [React Aria Meter](https://react-spectrum.adobe.com/react-aria/Meter.html).
2929-3030-<PropDocs components={["Meter"]} />
3131-3226## Features
33273428### Sizes
···68626963<Example src={CustomValueLabel} />
70646565+## Props
6666+6767+This component is built using the [React Aria Meter](https://react-spectrum.adobe.com/react-aria/Meter.html).
6868+6969+<PropDocs components={["Meter"]} />
7070+7171## Related Components
72727373-- [ProgressBar](/docs/components/progress-bar) - For showing completion status
7474-- [Slider](/docs/components/slider) - For interactive value selection
7575-- [Label](/docs/components/label) - For form labels
7373+- [ProgressBar](/docs/components/status/progress-bar) - For showing completion status
7474+- [Slider](/docs/components/form/slider) - For interactive value selection
7575+- [Label](/docs/components/form/label) - For form labels
···2121pnpm hip install progress-bar
2222```
23232424-## Props
2525-2626-This component is built using the [React Aria ProgressBar](https://react-spectrum.adobe.com/react-aria/ProgressBar.html).
2727-2828-<PropDocs components={["ProgressBar"]} />
2929-3024## Features
31253226### Without Value Label
···53475448<Example src={Sizes} />
55495050+## Props
5151+5252+This component is built using the [React Aria ProgressBar](https://react-spectrum.adobe.com/react-aria/ProgressBar.html).
5353+5454+<PropDocs components={["ProgressBar"]} />
5555+5656## Related Components
57575858-- [Slider](/docs/components/slider) - For interactive value selection
5959-- [Badge](/docs/components/badge) - For status indicators
6060-- [Label](/docs/components/label) - For form labels
5858+- [Slider](/docs/components/form/slider) - For interactive value selection
5959+- [Badge](/docs/components/status/badge) - For status indicators
6060+- [Label](/docs/components/form/label) - For form labels
···2020pnpm hip install progress-circle
2121```
22222323-## Props
2424-2525-This component is built using the [React Aria ProgressBar](https://react-spectrum.adobe.com/react-aria/ProgressBar.html).
2626-2727-<PropDocs components={["ProgressCircle"]} />
2828-2923## Features
30243125### With Label
···47414842<Example src={Sizes} />
49434444+## Props
4545+4646+This component is built using the [React Aria ProgressBar](https://react-spectrum.adobe.com/react-aria/ProgressBar.html).
4747+4848+<PropDocs components={["ProgressCircle"]} />
4949+5050## Related Components
51515252-- [Progress Bar](/docs/components/progress-bar) - For linear progress indicators
5353-- [Meter](/docs/components/meter) - For displaying values within a range
5454-- [Label](/docs/components/label) - For form labels
5252+- [Progress Bar](/docs/components/status/progress-bar) - For linear progress indicators
5353+- [Meter](/docs/components/status/meter) - For displaying values within a range
5454+- [Label](/docs/components/form/label) - For form labels
+7-7
apps/docs/src/docs/components/status/skeleton.mdx
···2020pnpm hip install skeleton
2121```
22222323-## Props
2424-2525-This is a custom component built for loading placeholders.
2626-2727-<PropDocs components={["Skeleton", "SkeletonGroup"]} />
2828-2923## Features
30243125### Variants
···46404741<Example src={RectangleHeight} />
48424343+## Props
4444+4545+This is a custom component built for loading placeholders.
4646+4747+<PropDocs components={["Skeleton", "SkeletonGroup"]} />
4848+4949## Related Components
50505151- [Spinner](/docs/components/spinner) - For loading indicators
5252-- [ProgressBar](/docs/components/progress-bar) - For progress indicators
5252+- [ProgressBar](/docs/components/status/progress-bar) - For progress indicators
···1919pnpm hip install star-rating
2020```
21212222-## Props
2323-2424-<PropDocs components={["StarRating", "StarRatingInput"]} />
2525-2622## Features
27232824### Interactive
···50465147Optionally display the number of reviews next to the rating.
52484949+## Props
5050+5151+<PropDocs components={["StarRating", "StarRatingInput"]} />
5252+5353## Related Components
54545555-- [Badge](/docs/components/badge) - For status indicators
5656-- [Meter](/docs/components/meter) - For numeric gauges and progress
5757-- [ProgressBar](/docs/components/progress-bar) - For completion status
5555+- [Badge](/docs/components/status/badge) - For status indicators
5656+- [Meter](/docs/components/status/meter) - For numeric gauges and progress
5757+- [ProgressBar](/docs/components/status/progress-bar) - For completion status
+19-19
apps/docs/src/docs/components/status/toast.mdx
···1919pnpm hip install toast
2020```
21212222-## Props
2323-2424-This component is built using [React Aria Toast](https://react-spectrum.adobe.com/react-aria/Toast.html).
2525-2626-<PropDocs
2727- components={[
2828- "ToastRegion",
2929- "Toast",
3030- "ToastContent",
3131- "ToastTitle",
3232- "ToastDescription",
3333- "ToastClose",
3434- ]}
3535-/>
3636-3722## Features
38233924### Actions
···54395540<Example src={Icons} />
56414242+## Props
4343+4444+This component is built using [React Aria Toast](https://react-spectrum.adobe.com/react-aria/Toast.html).
4545+4646+<PropDocs
4747+ components={[
4848+ "ToastRegion",
4949+ "Toast",
5050+ "ToastContent",
5151+ "ToastTitle",
5252+ "ToastDescription",
5353+ "ToastClose",
5454+ ]}
5555+/>
5656+5757## Related Components
58585959-- [Dialog](/docs/components/dialog) - For modal dialogs
6060-- [AlertDialog](/docs/components/alert-dialog) - For critical actions and confirmations
6161-- [Popover](/docs/components/popover) - For non-modal overlays
6262-- [Button](/docs/components/button) - For triggering toasts
5959+- [Dialog](/docs/components/overlays/dialog) - For modal dialogs
6060+- [AlertDialog](/docs/components/overlays/alert-dialog) - For critical actions and confirmations
6161+- [Popover](/docs/components/overlays/popover) - For non-modal overlays
6262+- [Button](/docs/components/buttons/button) - For triggering toasts
+3-2
apps/docs/src/docs/foundations/typography.mdx
···1515Our typography system is built on a foundation of design tokens and composed into semantic type styles.
16161717This page documents the tokens that compose the typography system.
1818-In most cases you will not need to use the tokens directly, but instead use the [Typography Components](/docs/components/typography) or the [Text Component](/docs/components/text) to create styled text.
1818+In most cases you will not need to use the tokens directly, but instead use the [Typography Components](/docs/components/content/typography) or the [Text Component](/docs/components/content/text) to create styled text.
19192020## Tokens
2121···26262727The font family tokens define the typefaces available in the system:
28282929+- **title**: The font used for headings and titles
2930- **sans**: Inter font family for body text and UI elements
3031- **serif**: Georgia serif font for emphasis, special content or headings
3132- **mono**: Monaco monospace font for code and technical content
···59606061## Related
61626262-- [Typography Components](/docs/components/typography) - Learn about the typography components and using the typeramp
6363+- [Typography Components](/docs/components/content/typography) - Learn about the typography components and using the typeramp
6364- [Design Tokens](/docs/foundations/tokens) - Learn about the broader token system
6465- [Spacing](/docs/foundations/spacing) - Understand spacing tokens used in typography
6566- [Breakpoints](/docs/foundations/breakpoints) - See how responsive typography works
···1818 return (
1919 <Flex direction="column" gap="10" style={styles.wrapper}>
2020 <Flex direction="column" gap="4">
2121+ <LabelText>Title (Inter)</LabelText>
2222+ <Text font="title" weight="semibold" size="2xl">
2323+ The quick brown fox jumps over the lazy dog
2424+ </Text>
2525+ <Text font="title">The quick brown fox jumps over the lazy dog</Text>
2626+ </Flex>
2727+ <Flex direction="column" gap="4">
2128 <LabelText>Sans Serif (Inter)</LabelText>
2229 <Text font="sans" weight="semibold" size="2xl">
2330 The quick brown fox jumps over the lazy dog