veno ui
v0.6.2
A Vue 3 UI Component Library
The default attribute values of the component and the style and color can be adjusted.
All components follow WAI-ARIA.
All components are written in TypeScript, type-safe.
npm i veno-uiFor examples of importing all components, please check the documentation for more information when importing on demand.
import { createApp } from 'vue'
import App from './App.vue'
import { createVeno } from 'veno-ui'
import * as components from 'veno-ui/components'
import * as directives from 'veno-ui/directives'
import * as providers from 'veno-ui/providers'
const veno = createVeno ( {
components ,
directives ,
providers ,
} )
createApp ( App ) . use ( veno ) . mount ( '#app' ) | project | introduce |
|---|---|
| veno-admin | The background management project template for Veno UI. |
| @veno-ui/markdown | Markdown renderer for Veno UI |
| @veno-ui/vite-plugin-markdown | Veno UI Markdown file parsing under Vite |