Theme-UI has a number of built-in compoments. But they are all 'simple' components. That is to say, no tabs, accordions, sortable tables or other components that have more 'sophisticated' functionality.
I am looking for suggestions for other component libraries that have that functionality, but which can sync well with theme-ui. That is to say, I want to use the theme and sx prop of theme-ui, but with the functionality of another component library.
Any suggestions?
Thanks.
Theme-UI is intentionally unopinionated from a component point of view. Using it with Gatsby + MDX appears to be its mode.
If you haven't decided on a toolkit, these may be worth evaluating:
They all similarly use the style/theme props in using the same standard you see in theme-ui's
sx
prop.And in my beginning research I found this article by Dotan Nahum really helpful: https://medium.com/@jondot/4-new-theme-based-react-ui-toolkits-and-why-its-going-to-change-how-you-think-72d276b1f6de.
Happy coding!