Usage
Built on top of the Card component, the PageCard
can be used in a PageGrid, PageColumns or a LandingGrid.
Use the title
, description
and icon
props to customize the card.
Tailwind CSS
Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.
<UPageCard
title="Tailwind CSS"
description="Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS."
icon="i-logos-tailwindcss-icon"
/>
You can also pass any property from the NuxtLink component such as to
, target
, exact
, etc.
<UPageCard
title="Tailwind CSS"
description="Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS."
icon="i-logos-tailwindcss-icon"
to="https://nuxt.com/modules/tailwindcss"
target="_blank"
/>