tzui-vue
v3.13.0
Published
Tranzak Mobile UI Components
Downloads
11
Maintainers
Readme
Features
- Support Vue 3
- Support Tree Shaking
- Support Custom Theme
- Support i18n
- Support TS
- Support SSR
Install
# Install Tzui 2 for Vue 2 project
npm i tzui-vue -S
Quickstart
import { createApp } from 'vue';
import { Button } from 'tzui';
import 'tzui/lib/index.css';
const app = createApp();
app.use(Button);
See more in Quickstart.
Browser Support
Tzui supports modern browsers and Chrome >= 51、iOS >= 10.0 (same as Vue 3).