Skip to content

建议新增索引栏组件 IndexBar #813

@wangping1248

Description

@wangping1248

功能实现如下:

Demo

import { IndexBar } from 'zarm';

render(
  <>
    <IndexBar>
      <IndexBar.Anchor index="A" />
      <Cell title="文本" />
      <Cell title="文本" />
      <Cell title="文本" />
      <IndexBar.Anchor index="A" />
      <Cell title="文本" />
      <Cell title="文本" />
      <Cell title="文本" />
    </IndexBar>
  </>
);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions