0.0.2 • Published 4 years ago
rose-listbox v0.0.2
VUE3 版本的 box 布局组件
vue3 的 form 布局组件,类似于 list
安装使用
npm install rose-listbox在 main.ts 中使用 import RoseListBox from 'rose-listbox'
菜单的使用,以及参数,目前未做注释,更新后会写出完整文档
<RoseListBox>
  <RoseRow label="我是标题">input组件等</RoseRow>
  <RoseRow label="我是标题">input组件等</RoseRow>
  <RoseRowBlock>
    <RoseRow label="我是标题" auto>input组件等</RoseRow>
    <RoseRow label="我是标题">input组件等</RoseRow>
  </RoseRowBlock>
</RoseListBox>