1. tzui-vue

tzui-vue

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