@nous-research/ui
v0.2.3
Published
the shared design system for react ui @ nous. components, hooks, utils, fonts, overlays, etc.
Readme
nous ui
the shared design system for react ui @ nous. components, hooks, utils, fonts, overlays, etc.
setup
npm i @nous-research/ui or pnpm i @nous-research/ui
import the global styles in your app's root css file:
@import 'tailwindcss';
@import '@nous-research/ui/styles/globals.css';usage
everything exports from the top level export:
import {
Button,
Grid
// whatever else!
} from '@nous-research/ui'demo app
there's a next.js showcase app in app/ for previewing components:
pnpm dev