1.0.71 • Published 2 years ago

karman-ui v1.0.71

Weekly downloads
-
License
BSD
Repository
github
Last release
2 years ago

A Vue.js 2.0 UI Toolkit for Web.

Karman will stay with Vue 2.x

Install

npm install karman-ui -S

Quick Start

import Vue from 'vue'
import Karman from 'karman-ui'
//import default css  
import 'karman-ui/theme/default/';

Vue.use(Karman)

// or
import {
  Select,
  Button
  // ...
} from 'karman-ui'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

Browser Support

Modern browsers and Internet Explorer 10+.

LICENSE

BSD