1.1.2 • Published 2 years ago

@wantao/tgdesign v1.1.2

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago