All Projects → jd-ftf → wot-design

jd-ftf / wot-design

Licence: MIT license
An ui component library built on vue.js

Programming Languages

Vue
7211 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to wot-design

mcs-lite-app
An on-premises Internet of Things cloud platform, which can be quickly built and get started with.
Stars: ✭ 30 (-70.3%)
Mutual labels:  wot
wot-py
WoTPy is an experimental implementation of a W3C Web of Things runtime
Stars: ✭ 22 (-78.22%)
Mutual labels:  wot
StressThing
a software testing platform to perform stress test on web of things
Stars: ✭ 12 (-88.12%)
Mutual labels:  wot

Wot Design

An ui component library built on vue.js.

Documentation

Build Status

Netlify Status

Install

npm i wot-design

Quick Start

import Vue from 'vue'
import WotDesign from 'wot-design'

Vue.use(WotDesign)

// or
import {
  Button,
  Swipe
} from 'wot-design'

Vue.use(Button)
Vue.use(Swipe)

For more information, please refer to Quick Start in our documentation.

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].