1.1.2 • Published 3 years ago

@wantao/tgdesign v1.1.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

A Vue.js 3.0 UI Toolkit for Web.

TG-Design will stay with Vue 3.x

Install

npm install @wantao/tgdesign

Quick Start

import { createApp } from 'vue'
import App from './App.vue'
import tgdesign from '@wantao/tgdesign'
const app = createApp(App)
app.use(tgdesign)

// or
import {
  tgButton,
  tgInput
  // ...
} from '@wantao/tgdesign'

app.use(tgButton)
app.use(tgInput)

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

Browser Support

Modern browsers and Internet Explorer 10+.

developer

LICENSE

MIT

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago