tzui-vue
TypeScript icon, indicating that this package has built-in type declarations

3.13.0 • Public • Published

Tzui

Lightweight Mobile UI Components built on Vue


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).

Package Sidebar

Install

npm i tzui-vue

Weekly Downloads

1

Version

3.13.0

License

MIT

Unpacked Size

4.16 MB

Total Files

2327

Last publish

Collaborators

  • tzui