@slipmatio/ui
v0.3.0
Published
Common UI components for Slipmat.io projects
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
Project setup
pnpm iStart development server
pnpm devBuild for production
pnpm buildRun end-to-end tests
pnpm test:e2ePublishing
Bump version number in package.json, merge to main.
