Skip to content

slipmatio/ui

Repository files navigation

Slipmat.io UI Components

Warning: this project is under active development and not intended for public use yet. Do not use in production.

Usage

  1. Install @slipmatio/ui
  2. Import a component
  3. Import styles: import '@slipmatio/ui/style.css'
  4. 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