LX/UI
npm install @dativa-lv/lx-ui
Powerful and flexible Vue.js 3 components and vanilla CSS styles library, originally developed for various enterprise apps.
Focus on business logic, not boilerplate.
Check out our š Demo and
ā¹ļø List of Components for live demo sandbox.
``bash`
pnpm i -w '@dativa-lv/lx-ui@latest'
For migration tips refer to ā¹ļø Migration Guide
install with pinia store:
`js`
import { createPinia } from 'pinia';
import { createLx } from '@dativa-lv/lx-ui';
import App from '@/App.vue';
ā¦
const myApp = createApp(App);
myApp.use(createPinia());
myApp.use(createLx());
ā¦
`bash``
pnpm
pnpm dev
Read more about development in ā¹ļø Development manual
LX/UI now includes several Vite plugins to enhance your development experience and application security. These plugins are designed to seamlessly integrate with your Vite-based projects.
For detailed information on available plugins and their usage, please refer to our ā¹ļø Vite Plugins Documentation.