Skip to content

NebaA sheet of cut acrylic

Behaviour and accessibility from Base UI, styling from Tailwind CSS v4. Controls never move — they answer in colour and depth.

Install

bash
npm install neba

Two lines in your app's CSS entry point are the whole setup — the package registers itself as a Tailwind source, so there is no @source for you to write.

css
@import 'tailwindcss';
@import 'neba/styles.css';
tsx
import { Button } from 'neba';

<Button onClick={save}>Save</Button>;

On one screen

What follows is running inside this page. Type into it, and press save.

Per-component props and examples are under Components; the same screen is explained block by block under Examples.

Released under the MIT License