UNPKG

nowt-ui-library

Version:

Nothing unnecessary. Just clean UI.A lightweight and customizable UI component library built for speed and simplicity for React and Next.js.

5 lines (4 loc) 242 B
export { default as Button } from './src/components/Button'; export { default as Input } from './src/components/Input'; export { default as Card } from './src/components/Card'; export { default as TextArea } from './src/components/TextArea';