<div align="center"> <img src="https://maz-ui.com/img/logo.svg" alt="Maz UI Logo" width="100">
npm install @hugodev-oc/maz-ui-custom
Lightweight and efficient library for Vue 3 & Nuxt 3

Example of a dashboard built with Maz UI components
- ๐ฏ Cherry-pick components - Use only what you need
- ๐ Dark mode - Built-in dark mode support
- ๐จ Themeable - Easy to customize with CSS variables
- ๐ฑ Responsive - Mobile-first design approach
- ๐ง TypeScript - Full type support included
- โก๏ธ Lightweight - Tree-shakeable, no bloat
- ๐ SSR - Server-side rendering ready
``bash`
npm install maz-ui
`ts`
// main.ts
import 'maz-ui/styles'
#### ๐ก Usage
Then, import and use only the components, composables, and more you need:
`vue
`
Use provided resolvers to enjoy auto-imports and TypeScript support: Resolvers documentation
The Nuxt module automatically:
- Imports all components, plugins, composables and directives on-demand (auto-imports)
- Includes required styles
- Provides TypeScript support out of the box
See options and more in the documentation
`ts`
// nuxt.config.ts
export default defineNuxtConfig({
modules: ['maz-ui/nuxt'],
})
#### ๐ก Usage
No need to import components, plugins, composables or directives, they are all auto-imported.
`vue
`
Customize Maz UI to match your brand with our dedicated CLI tool:
`bashInstall the CLI
npm install -g @mazui/cli
The CLI will automatically:
- Generate all color variations
- Create dark mode variables
- Output a ready-to-use CSS file
To know how configure the CLI, check theming options in our documentation.
- ๐งฉ Components - Beautiful, accessible UI components
- ๐ Plugins - Powerful plugins for common use cases
- ๐ฃ Composables - Reusable composition functions
- ๐ Directives - Useful Vue directives
- ๐ ๏ธ Helpers - Useful utilities for common tasks
We're always looking for contributors! Check out our contribution guide to get started.