Cards
Introduction to using the Cards component
Last updated
Was this helpful?
Introduction to using the Cards component
Last updated
Was this helpful?
Was this helpful?
<bpa-card>
Content
</bpa-card><bpa-card nopadding>
Content
</bpa-card><bpa-card
header="card header text"
footer="card footer text"
>
Content
</bpa-card><bpa-card>
<template v-slot:header>
<mark>Card Header</mark>
</template>
Content
<template v-slot:footer>
<bpa-button>Card Footer Button</bpa-button>
</template>
</bpa-card><bpa-card shadow>
Content
</bpa-card>