0.0.6 • Published 3 years ago

ht-card v0.0.6

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Card Components

Installation

Npm安装
$ npm install ht-card
Yarn安装
$ yarn add ht-card
入口文件main.js
import htCard from 'ht-card'

Vue.use(htCard);
使用方法
<ht-card>Button</ht-card>
Props
属性值类型默认值备注
titleString卡片标题
remarkString备注,标题下方的文字
shadowBoolean or Numberfalse底部阴影
headerBorderBoolean or Numberfalse标题下方的边框
Slots
名称备注
header卡片标题
action卡片标题右边的操作按钮
remark卡片备注
footer卡片底部内容
0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago