react学习(63)--ant design 锚点
Posted 小歌谣(公众号同名)
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react学习(63)--ant design 锚点相关的知识,希望对你有一定的参考价值。
import { Anchor } from 'antd';
const { Link } = Anchor;
const onChange = link => {
console.log('Anchor:OnChange', link);
};
ReactDOM.render(
<Anchor affix={false} onChange={onChange}>
<Link href="#components-anchor-demo-basic" title="Basic demo" />
<Link href="#components-anchor-demo-static" title="Static demo" />
<Link href="#API" title="API">
<Link href="#Anchor-Props" title="Anchor Props" />
<Link href="#Link-Props" title="Link Props" />
</Link>
</Anchor>,
mountNode,
);
以上是关于react学习(63)--ant design 锚点的主要内容,如果未能解决你的问题,请参考以下文章
react学习(66)--ant design中Model宽度
react学习(68)--ant design inputNumber