List of UI libraries
MUI https://mui.com/ (react)
Bulma https://bulma.io/ (css)
Pico https://picocss.com/ (css)
NextUI https://nextui.org/ via Amir (react)
Dump from Slack thread about UI libraries by @derfreder
-
‘debug UI’-style controls
- https://leva.pmnd.rs/ + https://github.com/pmndrs/leva
- looks interesting, but WIP
- https://cocopon.github.io/tweakpane/
-
Mobile support
- react: https://github.com/tweakpane/use-tweaks
-
- https://leva.pmnd.rs/ + https://github.com/pmndrs/leva
-
‘application’-style component libraries:
- https://www.carbondesignsystem.com/components/overview/
- IBM (so probably well tested, designed, and documented)
- https://www.carbondesignsystem.com/guidelines/themes/overview/
- https://mui.com/core/
- https://ant.design/
- https://semantic-ui.com/ (unmaintained :-1:)
- https://react.semantic-ui.com/
- no slider component?!
- https://onsen.io/
- specifically for mobile
- a bit weird: they detect the platform and then render a
ios
orandroid
theme —- can you disable that?
- a bit weird: they detect the platform and then render a
- one could use just their css: https://onsen.io/v2/api/css.html
- https://onsen.io/theme-roller/?customize
- specifically for mobile
- https://react-bootstrap.github.io/
- the classic whose look everyone got very tired of
- no slider component?!
- https://www.carbondesignsystem.com/components/overview/
-
- potentially interesting
-
https://ionicframework.com/docs/components
- entire framework, but I suppose you could only use their react components
-
- looks ok, I guess