1.0.0 • Published 1 year ago

@kvass/ui v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Kvass UI logo Kvass UI logo

Warning
This library is under construction.

Kvass UI

A Vue 3 component library for the Kvass Design System.

npm install @kvass/ui

Usage

Simply import the components you need and use them in you Vue components.

import { Button, Input, Badge } from '@kvass/ui'

Development

Setup

Install all packages:

pnpm install

Develop

To run the component playground, run the following command:

pnpm dev

Build

To build the library, run the following command:

pnpm build

Inspiration