Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jd-ftf/wot-design
An ui component library built on vue.js
https://github.com/jd-ftf/wot-design
ui-components vue wot
Last synced: about 2 months ago
JSON representation
An ui component library built on vue.js
- Host: GitHub
- URL: https://github.com/jd-ftf/wot-design
- Owner: jd-ftf
- License: mit
- Created: 2019-12-23T12:24:02.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-14T23:31:35.000Z (about 2 years ago)
- Last Synced: 2024-11-01T15:41:17.429Z (2 months ago)
- Topics: ui-components, vue, wot
- Language: Vue
- Homepage: https://ftf.jd.com/wot-design/
- Size: 4.67 MB
- Stars: 123
- Watchers: 5
- Forks: 26
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wot Design
An ui component library built on vue.js.
[Documentation](http://ftf.jd.com/wot-design/)
# Build Status
[![Netlify Status](https://api.netlify.com/api/v1/badges/50275325-ca87-4095-9214-325fdd4bad00/deploy-status)](https://app.netlify.com/sites/wot-design/deploys)
## Install
```bash
npm i wot-design
```## Quick Start
```javascript
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](http://ftf.jd.com/wot-design/#/components/quickUse) in our documentation.
## LICENSE
[MIT](https://github.com/jd-ftf/wot-design/blob/dev/LICENSE)