@nexxtmove/ui
v0.1.47
Published
<a href="https://ui.nexxtmove.nl/" target="_blank"><img src="https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg"></a> <a href="https://www.npmjs.com/package/@nexxtmove/ui" target="_blank"><img src="https://img.shields.io/n
Downloads
2,929
Readme
Nexxtmove UI
Installation
Install the package via pnpm:
pnpm add @nexxtmove/uiInstall the tailwind theme in your css file where tailwind is imported:
@import '@nexxtmove/ui/theme';Usage
Import the available components:
import { Button } from '@nexxtmove/ui'