Cards
介紹使用 Cards 卡片元件
Cards,卡片,推薦使用在展示一系列的資訊或是特別想介紹的內容。
基本使用
<bpa-card>
Cotnent
</bpa-card>
沒有內距
<bpa-card nopadding>
Cotnent
</bpa-card>
<bpa-card
header="card header text"
footer="card footer text"
>
Cotnent
</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>
Cotnent
</bpa-card>
屬性
Name
Value
Type
Default
Required
Note
Demo