Beautiful by Default
Every component ships with a refined design system — smooth transitions, dark mode support, and consistent visual language.
A complete set of polished, accessible components for building modern applications — forms, data displays, navigation, layout, and more.
Native HTML rendering, automatic avatar color hashing, and multiple selection.
Team Member | Role | Status | Recent Activity | |
|---|---|---|---|---|
| Staff Frontend Engineer | Active | Reviewed PR #142 in praxis-ui | ||
| Design Systems Lead | In Meeting | Updated Figma design tokens | ||
| Fullstack Developer | Active | Integrated Zod validation schema | ||
| Product Architect | Offline | Published v0.1.5 package |
npm install praxis-vue-ui vee-validate pinia// main.ts
import { createApp } from 'vue'
import 'praxis-vue-ui/dist/praxis-vue.css' // Import styles
import App from './App.vue'
createApp(App).mount('#app')