@beisen-phoenix/mobile-single-select-group

移动端单选组

Usage no npm install needed!

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

README

描述

移动端单选组

name description type default
disable 是否禁用 boolean false
initialIndex 默认选中的索引 number 0
datas 单选组数据 array,{text: string,value:string} []
onClick 回调函数 function (data) => void