An open API service indexing awesome lists of open source software.

https://github.com/fdemb/rigid-ui

Unstyled Solid components, based on Base UI
https://github.com/fdemb/rigid-ui

component-library components solid solid-component-library solidjs

Last synced: 4 months ago
JSON representation

Unstyled Solid components, based on Base UI

Awesome Lists containing this project

README

          

# rigid-ui

Unstyled UI components for SolidJS. Based on [Base UI](https://base-ui.com/).

## 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

```typescript
import { ScrollArea } from "rigid-ui/scroll-area";
```

## Notes

- I didn't port the `useRender` utility for polymorphic components. The scroll area components are just divs.

## Credits

This project tries to port some of great code from [Base UI](https://base-ui.com/), an unstyled React component library.