Socket
Book a DemoInstallSign in
Socket

@nuxt/ui-pro

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/ui-pro

Ship beautiful web applications at the speed of light with Nuxt UI Pro.

latest
Source
npmnpm
Version
3.3.7
Version published
Weekly downloads
15K
-11.53%
Maintainers
1
Weekly downloads
 
Created
Source
Nuxt UI Pro

Nuxt UI Pro

npm version npm downloads Nuxt

Nuxt UI Pro is a collection of Vue components, composables and utils built on top of Nuxt UI, oriented on structure and layout and designed to be used as building blocks for your app.

  • Documentation

[!NOTE] You are on the v3 development branch, check out the v1 branch for Nuxt UI Pro v1.

Templates

You can get started with our minimal starter, one of our official templates or follow the Installation guide to install Nuxt UI Pro in your existing project.

Installation

pnpm add @nuxt/ui-pro@3
yarn add @nuxt/ui-pro@3
npm install @nuxt/ui-pro@3
bun add @nuxt/ui-pro@3
  • Add the Nuxt UI module in your nuxt.config.ts:
export default defineNuxtConfig({
  modules: ['@nuxt/ui-pro']
})
  • Import Tailwind CSS and Nuxt UI in your CSS:
@import "tailwindcss";
@import "@nuxt/ui-pro";

Learn more in the installation guide.

Showcase

Here are some open-source projects using Nuxt UI Pro:

Devtools

When using the Nuxt Devtools, you can see the list of components injected by Nuxt UI Pro in the "Components' tab:

nuxt-ui-pro-devtools

License

In progress. You cannot repackage Nuxt UI Pro or copy/paste the components into premium templates, UI libraries or open source projects.

Keywords

nuxt

FAQs

Package last updated on 23 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts