rigid-ui
v0.0.2
Published
Unstyled UI components for SolidJS — a port of Base UI
Maintainers
Readme
rigid-ui
Unstyled UI components for SolidJS. Based on Base UI.
Components ported
- ScrollArea — a container with native scroll and stylable scrollbars.
Components not ported
- Anything else from BaseUI. I just needed the ScrollArea, but maybe I'll add more later.
Usage
import { ScrollArea } from "rigid-ui/scroll-area";Notes
- I didn't port the
useRenderutility for polymorphic components. The scroll area components are just divs.
Credits
This project tries to port some of great code from Base UI, an unstyled React component library.
