pol-ui
TypeScript icon, indicating that this package has built-in type declarations

2.1.25 • Public • Published

Pol-ui

A complete UI solution for React projects, based on React, TypeScript, and tailwind.

Stars are welcome 😊

🏎️ Using this package

  1. Install the package with npm (or yarn, bun, pnpm...)
npm i pol-ui
  1. Import the components you want to use
import { Button } from 'pol-ui'
  1. Use them in your project
<Button>Click me!</Button>

📚 Documentation

  • npm run docs: Run Storybook documentation in dev mode
  • npm run build:docs: Build Storybook documentation

✅ Testing

This package has unit and component tests configured with Jest

npm run test: Run unit tests with Jest and React Testing Library npm run test:watch: Run unit tests on watch mode

🔦 Linting

  • npm run lint: Run linter
  • npm run lint:fix: Fix lint issues

🚀 CI and Publishing

This template comes with a GitHub Actions workflow to automatically publish on any push to main when the package.json version number differs from the latest on npm.

Dependencies (17)

Dev Dependencies (47)

Package Sidebar

Install

npm i pol-ui

Weekly Downloads

9

Version

2.1.25

License

MIT

Unpacked Size

1.71 MB

Total Files

1157

Last publish

Collaborators

  • polgubau