A styled card container for dashboard sections. Wraps content in a bordered, rounded panel with consistent padding.
1,284
<script setup>
import { PxCard } from 'praxis-vue-ui'
</script>
<template>
<PxCard>
<h3>Total Users</h3>
<p class="text-4xl font-bold">1,284</p>
</PxCard>
</template>| Prop | Type | Default | Description |
|---|---|---|---|
title | string | "" | — |
subtitle | string | "" | — |
isMetric | boolean | false | — |