AuthPage

A reusable authentication page layout with a branded header, centered content card, optional top content, and optional footer.

Install

Run the following command to install the authentication page layout:

npx acc-nuxt add AuthPage

Preview

Optional content above the card.

Page content goes here.

Slots

#default
The main page content rendered inside the authentication card.
#top
Optional content rendered above the authentication card.
#footer
Optional content rendered in the footer area of the authentication card.

On This Page