Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anishdcruz/vertex-kit

A fresh UI-Kit for web application, made with Vue.js 2.0 [Work in progress]
https://github.com/anishdcruz/vertex-kit

ui-kit vue vuejs

Last synced: about 5 hours ago
JSON representation

A fresh UI-Kit for web application, made with Vue.js 2.0 [Work in progress]

Awesome Lists containing this project

README

        

# Vertex kit

A fresh UI-Kit for web application, made with Vue.js 2.0

**Note:**

> This project is a work in progress, so things are expected to be broken :)

## Installation

```
$ npm install vertex-kit
```

## Quick start

```
import Vue from 'vue'
import VertexKit from 'vertex-kit'

Vue.use(VertexKit)
```

## Components

- Grid: Row, Col
- Panel
- Icon
- Button
- ButtonGroup
- more...