All components
Every released component on one page. The previews in these docs are not pictures — they are the components, running.
Browse
Behaviour and accessibility from Base UI, styling from Tailwind CSS v4. Controls never move — they answer in colour and depth.
npm install nebaTwo 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.
@import 'tailwindcss';
@import 'neba/styles.css';import { Button } from 'neba';
<Button onClick={save}>Save</Button>;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.