Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months ago
JSON representation
A fresh UI-Kit for web application, made with Vue.js 2.0 [Work in progress]
- Host: GitHub
- URL: https://github.com/anishdcruz/vertex-kit
- Owner: anishdcruz
- Created: 2018-05-16T07:15:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T08:14:02.000Z (over 6 years ago)
- Last Synced: 2024-10-12T09:03:33.543Z (2 months ago)
- Topics: ui-kit, vue, vuejs
- Language: Vue
- Homepage:
- Size: 839 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...