base-ui
base-ui copied to clipboard
[select] POC: items array API
https://deploy-preview-2082--base-ui.netlify.app/experiments/select/select-array-api
Bundle size report
Bundle size will be reported once CircleCI build #107859 finishes.
Generated by :no_entry_sign: dangerJS against f2aafb1773ab0248a9ddecde055566058ee688ff
Deploy Preview for base-ui ready!
| Name | Link |
|---|---|
| Latest commit | f2aafb1773ab0248a9ddecde055566058ee688ff |
| Latest deploy log | https://app.netlify.com/projects/base-ui/deploys/684868856a6b75000879eb4b |
| Deploy Preview | https://deploy-preview-2082--base-ui.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
How do you create groups?
How do you create groups?
You can't yet, but I'm planning to make the Select.Root accept objects in shape of:
{
group: string;
disabled?: boolean;
items: SelectOption[];
}
Added support for groups. Also moved the templates under Popup, closer to where they're actually rendered.