Any mentionable benefits you got from this strategy? How did it work in large orgs where you worked at?
Any mentionable benefits you got from this strategy? How did it work in large orgs where you worked at?
TreeFolderItems or TreeItems would maybe work better for me
I guess you want to avoid using prop? <TreeFolder items={children}>{item}</TreeFolder>
TreeFolderItems or TreeItems would maybe work better for me
I guess you want to avoid using prop? <TreeFolder items={children}>{item}</TreeFolder>
What’s not fully clear just from these examples — what is a difference between TreeFolder and TreeLevel?
What’s not fully clear just from these examples — what is a difference between TreeFolder and TreeLevel?
Have you considered merging these 2 components together somehow? There are many similarities between them, and I see "searchable selects" more often now (especially in B2B patterns)
Have you considered merging these 2 components together somehow? There are many similarities between them, and I see "searchable selects" more often now (especially in B2B patterns)
Tag looks awesome, and the example with integrated combobox is amazing — exactly what I was saying "it would be great to have it" 👏
I also welcome the change with the "integrated" combobox provider within Select component, which should make the last example a bit simpler too
Tag looks awesome, and the example with integrated combobox is amazing — exactly what I was saying "it would be great to have it" 👏
I also welcome the change with the "integrated" combobox provider within Select component, which should make the last example a bit simpler too
Also curious about what changes are coming to Combobox API. Any chance there is public RFC/API design doc?
Thanks for any details you can already share
Also curious about what changes are coming to Combobox API. Any chance there is public RFC/API design doc?
Thanks for any details you can already share
And not to forget that Base UI is still still in v1.0.0-alpha.
I really look forward to trying it out and seeing how Base UI will evolve in the future.
And not to forget that Base UI is still still in v1.0.0-alpha.
I really look forward to trying it out and seeing how Base UI will evolve in the future.
They kept it simple: a `render` prop that can accept either a component or a function. Clean, flexible—thoughts?
base-ui.com/react/handb...
They kept it simple: a `render` prop that can accept either a component or a function. Clean, flexible—thoughts?
base-ui.com/react/handb...
Additionally, it has a `hoverable` property that you can use when you need the tooltip to be interacted with further (e.g., when it contains a link)
Additionally, it has a `hoverable` property that you can use when you need the tooltip to be interacted with further (e.g., when it contains a link)
Base UI provides props to manage focus when opening but also when closing a dialog.
This will save some headaches.
Base UI provides props to manage focus when opening but also when closing a dialog.
This will save some headaches.
What does it do? It simply expands the item when someone searches for it using the built-in browser search. Great attention to detail.
What does it do? It simply expands the item when someone searches for it using the built-in browser search. Great attention to detail.
maggieappleton.com/design-engin...
maggieappleton.com/design-engin...
www.sarasoueidan.com/blog/testing...
#a11y #screenReaders #accessibility
www.sarasoueidan.com/blog/testing...
#a11y #screenReaders #accessibility