1.4.2 • Published 5 years ago

karos-ui v1.4.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Karos Ui

Welcome to karos ui This is the karos UI developpement panel, this is still a Work in progress, use with care !

Karos Ui exclusively works with vue.js ( if you're not familiar with, you might start here first ).

You can test karos ui here : www.karos.fr/karos-ui/

Please, respect graphic chart for all developpement at karos. This project is maintain by Arthur Rob, if you encounters issues, open one on bitbucket, slack me or even email me ( arthur@karos.fr ) !

Getting started

Install

Yarn or npm works perfectly, is that simple :

yarn add karos-ui

It's plugin, so then in your main js file, where you initialize vue:

'use strict'
import Vue from 'vue'
import karosUi from 'karos-ui'

Vue.use(karosUi)

var app = new Vue({
  el: '#app',
  data: {
    message: 'Hello Vue!'
  }
})
Usage

In your template, you can use karos ui element this way:

Documentation

Comming Soon !

Atm you can go here to Have a first look at doc !

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago