0.0.2 • Published 2 years ago

rose-listbox v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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>
0.0.2

2 years ago

0.0.1

2 years ago