1.6 KiB
1.6 KiB
title, icon, badges
title | icon | badges | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Stack | lucide:rows-3 |
|
Usage
::stack ::div{class="p-4 md:p-8"} ::stack ::div{class="p-6 text-3xl font-bold"} ✨ shadcn-docs-nuxt ::
```mdc
---
title: Installation
description: How to install shadcn-docs-nuxt in your app.
icon: lucide:play
---
## Using the starter template
```
:pm-x{command="nuxi@latest init <project-name> -t github:ZTL-UwU/shadcn-docs-nuxt-starter"}
:read-more{title="Installation" to="/getting-started/installation"}
::card
---
title: Components
icon: lucide:box
---
See MDC components provided by **shadcn-docs-nuxt**.
::
::
::
::stack
::div{class="p-6 text-3xl font-bold"}
✨ shadcn-docs-nuxt
::
```mdc
---
title: Installation
description: How to install shadcn-docs-nuxt in your app.
icon: lucide:play
---
## Using the starter template
```
:pm-x{command="nuxi@latest init <project-name> -t github:ZTL-UwU/shadcn-docs-nuxt-starter"}
:read-more{title="Installation" to="/getting-started/installation"}
::card
---
title: Components
icon: lucide:box
---
See MDC components provided by **shadcn-docs-nuxt**.
::
::
::
Stackable components:
div
- Code Blocks
alert
callout
read-more
code-group
code-tree
card
tabs
pm-install
pm-run
pm-x