Nuxt UI v3 is officially released!

PageGrid

A customizable grid to display cards in your pages.

Usage

Use some PageCard, LandingCard or anything really in the default slot to display a basic grid.

VueUse

Collection of essential Vue Composition Utilities for Vue 2 and 3.

ESLint

ESLint module for Nuxt.

Tailwind CSS

Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.
{
  "message": "You should use slots with <ContentRenderer>",
  "value": {},
  "excerpt": false,
  "tag": "div"
}

Slots

default
{}

Props

ui
DeepPartial<{ wrapper: string; }>
{}

Config

{
  wrapper: 'grid grid-cols-1 sm:grid-cols-2 xl:grid-cols-3 gap-8'
}