Nouton AI components and design system built on HeroUI + Tailwind CSS v4.
Storybook: ui.nouton.com
npm install @nouton/uinpm install react react-dom @heroui/react tailwindcssThe ai (Vercel AI SDK) peer dependency is optional — only needed if you use the chat components.
Import the stylesheet once in your app entry:
import "@nouton/ui/index.css";Then use components:
import { Button, Input, NoutonLogo } from "@nouton/ui";
import { PromptInput, Attachments } from "@nouton/ui";| Specifier | Contents |
|---|---|
@nouton/ui |
All components (HeroUI re-exports + chat components) |
@nouton/ui/index.css |
Package stylesheet (Tailwind v4 + HeroUI theme) |
npm install # install dependencies
npm run storybook # launch Storybook on :6006
npm run build # build package (JS + types + CSS)
npm run typecheck # type-check without emitting
npm run lint # lint