Conversation
Add documentation for four new components introduced in changeset bright-waves-dance.md: - docs/components/menu.md: compound component API, checkbox/radio items, groups, separators, and nested sub-menus - docs/components/select.md: single/multi-select, grouped items, async loading via Select.Async, and SelectAsyncFetcher type - docs/components/combobox.md: searchable combobox, multi-select chips, creatable items via onCreateItem, async loading via Combobox.Async - docs/components/autocomplete.md: free-text input with suggestions, async loading via Autocomplete.Async Also update the Documentation Index in CLAUDE.md with links to all four new doc files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds documentation for four new components introduced in changeset
bright-waves-dance.The dependency bump changeset (
floppy-planes-own.md— lucide-react update) requires no documentation changes.Changesets
.changeset/bright-waves-dance.md—@tailor-platform/app-shellminor: AddMenu,Select,Combobox, andAutocompletecomponents.Files Modified
docs/components/menu.md(new)Menucompound component API, includingCheckboxItem,RadioItem,Group,Separator, and nested sub-menus viaSubmenuRoot/SubmenuTrigger.docs/components/select.md(new)Select(static andSelect.Async), props, grouped items, multi-select,mapItem,renderValue,SelectAsyncFetchertype, andSelect.Parts.docs/components/combobox.md(new)Combobox(static andCombobox.Async), multi-select chips, creatable items viaonCreateItem,ComboboxAsyncFetcher, andCombobox.Parts.docs/components/autocomplete.md(new)Autocomplete(static andAutocomplete.Async), grouped suggestions,AutocompleteAsyncFetchertype, andAutocomplete.Parts.CLAUDE.md