tour-super-ui
v1.0.2
Published
A Vue 3 UI component library based on Element Plus
Maintainers
Readme
Tour Supper UI
A Vue 3 UI component library based on Element Plus.
Features
- 🚀 Vue 3 & TypeScript support
- 🎨 Customizable theme
- 📦 Lightweight and performant
- 🔧 Easy to use
- 📱 Responsive design
Installation
npm install tour-supper-uiQuick Start
import { createApp } from 'vue'
import TourSupperUI from 'tour-supper-ui'
import 'tour-supper-ui/dist/style.css'
const app = createApp()
app.use(TourSupperUI)Documentation
Visit our documentation site for more details.
Contributing
We welcome contributions! Please see our contributing guidelines for more information.
License
MIT License
