layout
Display a card for content with a header, body and footer.
<template> <UCard> <template #header /> Body <template #footer /> </UCard> </template>
header
Use the #header slot to fill the header.
#header
footer
Use the #footer slot to fill the footer.
#footer
undefined
"div"
Notification
Display a toast notification in your app.
Container
A container lets you center and constrain the width of your content.
Community