vancedvue
v1.0.15
Published
Fully styled and customizable components for Vue 3
Downloads
39
Maintainers
Readme
Vancedvue
is an open source collection of UI components, built in Vue, with utility classes from Tailwind CSS that you can use as a starting point for user interfaces and websites.
Documentation
Documentation for Vancedvue
is not yet finished.
If you want to browse the components, visit vancedvue.vercel.app.
Versions
| vancedvue version | Vue.js version | document | |-------------|----------------|----------------------------------------------------------------------------------------------------------| | 1.x | 3.x | https://github.com/suralabs/vancedvue/tree/v1.0.4 |
Quick start
$ npm i vancedvue --save
// main.js
import { createApp } from 'vue'
import * as vancedvue from 'vancedvue'
const app = createApp({ ... })
app.use(vancedvue)
app.mount(...)
For more information, pls visit https://vancedvue.vercel.app/usage/getting-started.html
Changelog
Detailed changes for each release are documented in the release notes.
Special thanks
License
MIT