zarm icon indicating copy to clipboard operation
zarm copied to clipboard

建议新增索引栏组件 IndexBar

Open wangping1248 opened this issue 3 years ago • 0 comments

功能实现如下:

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>
  </>
);

wangping1248 avatar Oct 29 '21 07:10 wangping1248