JSPM

choom-vue

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q27983F
  • License Apache-2.0

UI building blocks for your next Vue 3.0 prototype

Package Exports

  • choom-vue

Readme

CHOOM-VUE

npm

Trusted UI companion for your next Vue 3 prototype.

Choom Vue is built with the following concepts:

  • sufficient variety of elements for the modern application prototyping
  • theming is opinionated, yet extensively and easily configurable
  • component API is a predictable facade, shared in similar entities

DISCLAIMER

Choom is growing and maturing as you are reading these notes.
Current version is not stable and most probably will not be compatible with the next update.
Prior to version 1.0.0 it is not recommended to use in anything more complex than an exercise/test/prototype app.

Installation

yarn add choom-vue

Use component imports in your app:

import { Button } from "choom-vue";

Setup

Styling

Theme

choom-vue depends on choom-theme.

After installing dependency you need to install the core CSS.

import "choom-theme/dist/index.css";

Optionally you can use the CSS-in-JS variables:

import theme from "choom-theme";

<strong style={{ fontSize: theme.fontSizeXl }}>...</strong>

Library

Temporarily choom-vue relies on the external CSS due to vite build features.
To support component styling add an additional import to your app:

import "choom-vue/lib/index.css";

CHOOM-VUE is created with the help of the following packages:


LICENSE