Skip to content
On this page

StickyCard 粘性卡片

粘性卡片有没有听过?

基本使用

open 可以控制卡片是否展开

开启
开启

来源内容

source 插槽可以插入来源内容

你好世界!

你好世界!

你好世界!

开启
开启

Attributes

参数说明类型可选值默认值
open是否展开boolean——false
open-text操作栏展开时的文字string——关闭
close-text操作栏关闭时的文字string——开启
border-color自定义边框颜色string————
on-open打开时的回调HandleChange————
on-close关闭时的回调HandleChange————

Slots

名称说明
default默认折叠内容
source来源内容

Interface

组件导出以下类型定义:

ts
import type { StickyCardInstance, StickyCardProps } from 'fighting-design'

Contributors