@koopsoperator/csui
v2.2.6
Published
<h1 align="center"> Koops UI Design System </h1> <p align="center"> The official design system for Koops applications. CSUI is a collection of reusable components, guided by clear standards, that can be assembled together to build any number of applicatio
Downloads
200
Readme
Tech Stack
Installation
pnpm add -D @koopsoperator/csui
Usage
<script setup lang="ts">
import { Button } from '@koopsoperator/csui'
</script>
<template>
<Button variant="destructive">
Destructive Button
</Button>
</template>
Development
[!CAUTION] To install packages, you need to have pnpm installed on your machine, if you need to install packages to create new components please, run the following command:
pnpm add -w -D <package-name>
pnpm install --frozen-lockfile
Build process (while developing)
pnpm build:watch
Storybook
pnpm storybook