lanyun-action-bar

介绍

该组件用于给页面提供相关操作

使用方法

import "../../components/lanyun-action-bar/lanyun-action-bar.stml";

例子

<lanyun-action-bar
    @click="handleClick"
    :list="list"
    icon-size="14px"
    background="#fff"
    height="50px"
    safe-area-bottom
/>

props 属性

参数 说明 类型 默认值
list 列表数据,具体数组格式见demo, 选填 array []
icon-size 展示的图标大小, 选填 string 20px
background 操作栏的背景颜色, 选填 string #fff
height 操作栏的高度, 选填 string 50px
safe-area-bottom 操作栏底部安全区域, 选填 boolean false

events 事件

事件名 说明 回调参数
click 当点击按钮或图标时触发 点击的数据
是否仍需要帮助? 请保持联络!
最后更新于 2024/04/24