Skip to content

请求新增 spliter 面板分割组件 #3643

@transtone

Description

@transtone

What problem does this feature solve?

拖动边框改变区块大小。

What does the proposed API look like?

<a-splitter :margin="20">
    <div slot="left-pane">
        <div>Some left content here.</div>
    </div>
    <div slot="right-pane">
        <div>Some right content here.</div>
    </div>
</a-splitter>

参考项目:

  1. splitpanes
    https://github.com/antoniandre/splitpanes

  2. viewui 面板分割:
    https://www.iviewui.com/components/split
    https://github.com/view-design/ViewUI/tree/master/src/components/split

  3. vue-splitter:
    https://github.com/rmp135/vue-splitter

  4. vue-split-pane:
    https://github.com/PanJiaChen/vue-split-pane

前一个已经关闭的类似需求:
#1153

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions