Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 536 Bytes

File metadata and controls

30 lines (21 loc) · 536 Bytes

PolarUI

PolarUI is a component library by PolarNL using TailwindCSS.

Components:

  • Button
  • Input
  • Checkbox with Label
  • Dropdown
  • Modal
  • Tabs
  • Tooltip and more...

Installation

npm install @polarnl/polarui-react

Usage

Import 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.