2020-05-08 14:50:42 +08:00

503 B

order, title
order title
0
zh-CN en-US
基本 Basic

zh-CN

最简单的用法。

en-US

The most basic usage.

import { BackTop } from 'antd';

ReactDOM.render(
  <>
    <BackTop />
    Scroll down to see the bottom-right
    <strong className="site-back-top-basic"> gray </strong>
    button.
  </>,
  mountNode,
);
.site-back-top-basic {
  color: rgba(64, 64, 64, 0.6);
}