@beisen-phoenix/mobile-tiled-multi-select

移动端表单平铺复选组

Usage no npm install needed!

<script type="module">
  import beisenPhoenixMobileTiledMultiSelect from 'https://cdn.skypack.dev/@beisen-phoenix/mobile-tiled-multi-select';
</script>

README

描述

移动端表单平铺复选组

Tabs

name description type default
readOnly 是否只读 boolean false
initialIndex 默认选中的索引值 array []
datas 选项数据 array, [{text: string,value: string,disable?: boolean}] []
onClick 回调函数 function (data) => void