diff --git a/src/components/FooterToolbar/demo/basic.md b/src/components/FooterToolbar/demo/basic.md index 6ce15e7c81fd431246a57de8a0799689b4b22191..1f6786348fc060473af61468682986ae1f3f5be4 100644 --- a/src/components/FooterToolbar/demo/basic.md +++ b/src/components/FooterToolbar/demo/basic.md @@ -1,36 +1,44 @@ --- order: 0 -title: 演示 +title: + - zh-CN: 演示 + - en-US: demo iframe: 400 --- +## zh-CN + 浮动固定页脚。 +## en-US + +Fixed to the footer. + ````jsx import FooterToolbar from 'ant-design-pro/lib/FooterToolbar'; import { Button } from 'antd'; ReactDOM.render(
-

页面内容 页面内容 页面内容 页面内容

-

页面内容 页面内容 页面内容 页面内容

-

页面内容 页面内容 页面内容 页面内容

-

页面内容 页面内容 页面内容 页面内容

-

页面内容 页面内容 页面内容 页面内容

-

页面内容 页面内容 页面内容 页面内容

-

页面内容 页面内容 页面内容 页面内容

-

页面内容 页面内容 页面内容 页面内容

-

页面内容 页面内容 页面内容 页面内容

-

页面内容 页面内容 页面内容 页面内容

-

页面内容 页面内容 页面内容 页面内容

-

页面内容 页面内容 页面内容 页面内容

-

页面内容 页面内容 页面内容 页面内容

-

页面内容 页面内容 页面内容 页面内容

-

页面内容 页面内容 页面内容 页面内容

- - - +

Content Content Content Content

+

Content Content Content Content

+

Content Content Content Content

+

Content Content Content Content

+

Content Content Content Content

+

Content Content Content Content

+

Content Content Content Content

+

Content Content Content Content

+

Content Content Content Content

+

Content Content Content Content

+

Content Content Content Content

+

Content Content Content Content

+

Content Content Content Content

+

Content Content Content Content

+

Content Content Content Content

+ + +
, mountNode); -```` +```` \ No newline at end of file diff --git a/src/components/FooterToolbar/index.en-US.md b/src/components/FooterToolbar/index.en-US.md new file mode 100644 index 0000000000000000000000000000000000000000..69fd80bda80723c118f8fa1abdbc53372303305c --- /dev/null +++ b/src/components/FooterToolbar/index.en-US.md @@ -0,0 +1,18 @@ +--- +title: FooterToolbar +cols: 1 +order: 6 +--- + +A toolbar fixed at the bottom. + +## Usage + +It is fixed at the bottom of the content area and does not move along with the scroll bar, which is usually used for data collection and submission for long pages. + +## API + +Property | Description | Type | Default +---------|-------------|------|-------- +children | toolbar content, align to the right | ReactNode | - +extra | extra information, align to the left | ReactNode | - \ No newline at end of file diff --git a/src/components/FooterToolbar/index.md b/src/components/FooterToolbar/index.zh-CN.md similarity index 88% rename from src/components/FooterToolbar/index.md rename to src/components/FooterToolbar/index.zh-CN.md index b0bea3d92a0ff6f11d7dec569add6c05aeb75299..421ac08e70782ec3fb19eb6b96dc8e6d58fd51be 100644 --- a/src/components/FooterToolbar/index.md +++ b/src/components/FooterToolbar/index.zh-CN.md @@ -1,7 +1,5 @@ --- -title: - en-US: FooterToolbar - zh-CN: FooterToolbar +title: FooterToolbar subtitle: 底部工具栏 cols: 1 order: 6