@antares_boy/t-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Install

npm install @antares_boy/t-ui -S

Quick Start

import Vue from 'vue'
import AntaresUI from '@antares_boy/t-ui'
import '@antares_boy/t-ui/lib/theme-chalk/index.css'

Vue.use(AntaresUI)

// or
import {
  Select,
  Button
  // ...
} from '@antares_boy/t-ui'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

Readme

Keywords

Package Sidebar

Install

npm i @antares_boy/t-ui

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

7.95 MB

Total Files

988

Last publish

Collaborators

  • antares_boy