@slipmatio/ui
v0.1.2
Published
Common UI components for Slipmat.io projects
Downloads
141
Readme
Slipmat.io UI Components
Warning: this project is under active development and not intended for public use yet. Do not use in production.
Usage
- Install
@slipmatio/ui
- Import a component
- Import styles:
import '@slipmatio/ui/style.css'
- Profit!11
Developing
Basic Commands
You need pnpm
installed.
Project setup
pnpm i
Start development server
pnpm dev
Build for production
pnpm build
Run end-to-end tests
pnpm test:e2e
Publishing
pnpm publish --access public