Skip to content
Star

Praxis VuePremium Vue 3 UI Library

A complete set of polished, accessible components for building modern applications — forms, data displays, navigation, layout, and more.

Enterprise Data Table

Native HTML rendering, automatic avatar color hashing, and multiple selection.

2 of 4 selected
Team Member
Role
Status
Recent Activity
Staff Frontend EngineerActiveReviewed PR #142 in praxis-ui
Design Systems LeadIn MeetingUpdated Figma design tokens
Fullstack DeveloperActiveIntegrated Zod validation schema
Product ArchitectOfflinePublished v0.1.5 package
Showing 1 to 4 of 4 items
1 / 1
npm versionnpm downloadslicenseGitHub stars

Quick Start

bash
npm install praxis-vue-ui vee-validate pinia
ts
// 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')

Built with VitePress