|
19 | 19 | - [Badge](https://coss.com/ui/docs/components/badge.md): A small status indicator or label component. |
20 | 20 | - [Breadcrumb](https://coss.com/ui/docs/components/breadcrumb.md): Displays the path to the current resource using a hierarchy of links. |
21 | 21 | - [Button](https://coss.com/ui/docs/components/button.md): A button or a component that looks like a button. |
| 22 | +- [Calendar](https://coss.com/ui/docs/components/calendar.md): A date picker for selecting single dates, ranges, or multiple dates. |
22 | 23 | - [Card](https://coss.com/ui/docs/components/card.md): A content container for grouping related information. |
23 | 24 | - [Checkbox](https://coss.com/ui/docs/components/checkbox.md): A binary toggle input for selecting one or multiple options. |
24 | 25 | - [Checkbox Group](https://coss.com/ui/docs/components/checkbox-group.md): A collection of related checkboxes with group-level control. |
25 | 26 | - [Collapsible](https://coss.com/ui/docs/components/collapsible.md): A component that toggles visibility of content sections. |
26 | 27 | - [Combobox](https://coss.com/ui/docs/components/combobox.md): An input combined with a list of predefined items to select. |
27 | 28 | - [Command](https://coss.com/ui/docs/components/command.md): A command palette component built with Dialog and Autocomplete for searching and executing commands. |
| 29 | +- [Date Picker](https://coss.com/ui/docs/components/date-picker.md): A date selection component, often combined with a calendar in a popover or input. |
28 | 30 | - [Dialog](https://coss.com/ui/docs/components/dialog.md): A modal overlay for displaying content that requires user interaction. |
29 | 31 | - [Empty](https://coss.com/ui/docs/components/empty.md): A container for displaying empty state information. |
30 | 32 | - [Field](https://coss.com/ui/docs/components/field.md): A wrapper component for form inputs with labels and validation. |
|
48 | 50 | - [Select](https://coss.com/ui/docs/components/select.md): A common form component for choosing a predefined value in a dropdown menu. |
49 | 51 | - [Separator](https://coss.com/ui/docs/components/separator.md): A visual divider for separating content sections. |
50 | 52 | - [Sheet](https://coss.com/ui/docs/components/sheet.md): A flyout that opens from the side of the screen, based on the dialog component. |
| 53 | +- [Sidebar](https://coss.com/ui/docs/components/sidebar.md): A collapsible side panel for navigation and secondary content. |
51 | 54 | - [Skeleton](https://coss.com/ui/docs/components/skeleton.md): A placeholder for loading content. |
52 | 55 | - [Slider](https://coss.com/ui/docs/components/slider.md): A draggable control for selecting values from a continuous range. |
53 | 56 | - [Spinner](https://coss.com/ui/docs/components/spinner.md): An indicator that can be used to show a loading state. |
|
0 commit comments