Introduction
Nuvex UI is a Vue 3 component system focused on shipping consistent interfaces faster. Use this guide to understand the library, the documentation flow, and the recommended path to production.
Explore Nuvex UI by capability
Nuvex UI is organized around capabilities that cover initial integration, theming, screen structure, and input-heavy product flows. Use these areas as entry points based on what your team needs next.
Recommended path to start
Follow this sequence to go from first install to a production-ready integration with fewer decisions and less rework.
- Install Nuvex UI and verify your base dependencies in Installation.
- Build a first screen using core components and global styles, using a Type B page such as Button as a reference.
- Configure themes, layout primitives, and navigation structure with help from Theming and Layout.
- Expand into component-specific docs as features are implemented, for example Text Field or Select.
How component pages help you
Component pages are structured to help you move from orientation to implementation without guessing what to look at next.
- Start with the primary example to understand the component in its most common use case before comparing variants.
- Use the middle sections to review states, composition, icons, and integration patterns that stay close to real product work.
- For input components, check validation and interaction guidance before relying on the API table alone.
- Use the API reference last to confirm props, events, slots, and behavior once you already know the pattern you want.