@dativa-lv/lx-ui
v2.0.3
Published
LX/UI
Keywords
Readme

Play around
Check out our 🌐 Demo and ℹ️ List of Components for live demo sandbox.
Read the docs
Declarative Tools
- 🏗️ LxFormBuilder
- 🏗️ LxViewBuilder
- 🛠️ LxFilterBuilder
Get
pnpm i -w '@dativa-lv/lx-ui@latest'For migration tips refer to ℹ️ Migration Guide
Use
install with pinia store:
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());
…Develop
pnpm
pnpm devRead more about development in ℹ️ Development manual
Vite Plugins
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.
