We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Hey @jer3m01, quick question (this might be a bit silly):
Which one should we prefer?
<CheckboxGroup> <CheckboxGroup.Item> <CheckboxGroup.ItemInput /> <CheckboxGroup.ItemLabel /> <CheckboxGroup.ItemDescription /> </CheckboxGroup.Item> <CheckboxGroup.Description /> </CheckboxGroup>
OR
<CheckboxGroup> <Checkbox ... /> <Checkbox ... /> </CheckboxGroup>
Sorry, something went wrong.
Following the same design as DropdownMenu, Menubar and NavigationMenu it should be:
DropdownMenu
Menubar
NavigationMenu
with CheckboxGroup.Item* being re-exports from Checkbox.
CheckboxGroup.Item*
Checkbox
great! thanks for the resposne
Successfully merging a pull request may close this issue.
No description provided.
The text was updated successfully, but these errors were encountered: