0.0.8 • Published 2 years ago

texi-ui v0.0.8

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

texi-ui

一套基于vue3和vite开的ui组件库

快速使用

npm install  texi-ui --save
cnpm install  texi-ui --save

引入

import { createApp } from 'vue'
import App from '@/App.vue'
import texiUi from 'texi-ui'
import '../node_modules/texi-ui/dist/style.css'

const app = createApp(App)
app.use(texiUi)
app.mount('#app')

按需引用

import { tButton, tInput } from 'texi-ui'

愉快开始

<t-button>默认按钮</t-buttonn> 
<t-button type="primary">主要按钮</t-button>
0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago