mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-15 17:19:11 +08:00
255 B
255 B
基本
- order: 0
最简单的用法。
var Affix = antd.Affix;
React.render(
<Affix>
<button className="ant-btn ant-btn-primary">固定在顶部</button>
</Affix>
, document.getElementById('components-affix-demo-basic'));