PolarUI is a component library by PolarNL using TailwindCSS.
Components:
- Button
- Input
- Checkbox with Label
- Dropdown
- Modal
- Tabs
- Tooltip and more...
npm install @polarnl/polarui-reactImport the compiled CSS to get the component styles (this package ships compiled CSS in dist/styles.css):
import "@polarnl/polarui-react/styles.css";Or add the import to your global CSS entry so the styles are included in your app build.