Browse Source

docs: add a little pro-compents advertising (#28043)

* docs: add a little pro-compents advertising

* docs: add a little pro-compents advertising
pull/28062/head
陈帅 4 years ago
committed by GitHub
parent
commit
4f811cbe82
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/form/demo/advanced-search.md
  2. 2
      components/form/demo/form-in-modal.md
  3. 2
      components/form/demo/normal-login.md
  4. 2
      components/layout/demo/side.md
  5. 2
      components/table/demo/ajax.md
  6. 2
      components/table/demo/edit-row.md

2
components/form/demo/advanced-search.md

@ -11,6 +11,8 @@ title:
有部分定制的样式代码,由于输入标签长度不确定,需要根据具体情况自行调整。
> 🛎️ 想要 3 分钟实现? 试试 ProFrom 的[查询表单](https://procomponents.ant.design/components/form#%E6%9F%A5%E8%AF%A2%E7%AD%9B%E9%80%89)!
## en-US
Three columns layout is often used for advanced searching of data table.

2
components/form/demo/form-in-modal.md

@ -9,6 +9,8 @@ title:
当用户访问一个展示了某个列表的页面,想新建一项但又不想跳转页面时,可以用 Modal 弹出一个表单,用户填写必要信息后创建新的项。
> 🛎️ 想要 3 分钟实现?试试 ProFrom 的 [Modal 表单](https://procomponents.ant.design/components/form#modal-%E8%A1%A8%E5%8D%95)!
## en-US
When user visit a page with a list of items, and want to create a new item. The page can popup a form in Modal, then let user fill in the form to create an item.

2
components/form/demo/normal-login.md

@ -9,6 +9,8 @@ title:
普通的登录框,可以容纳更多的元素。
> 🛎️ 想要 3 分钟实现?试试 [ProFrom](https://procomponents.ant.design/components/form/#%E7%99%BB%E5%BD%95)!
## en-US
Normal login form which can contain more elements.

2
components/layout/demo/side.md

@ -12,6 +12,8 @@ title:
侧边导航在页面布局上采用的是左右的结构,一般主导航放置于页面的左侧固定位置,辅助菜单放置于工作区顶部。内容根据浏览器终端进行自适应,能提高横向空间的使用率,但是整个页面排版不稳定。侧边导航的模式层级扩展性强,一、二、三级导航项目可以更为顺畅且具关联性的被展示,同时侧边导航可以固定,使得用户在操作和浏览中可以快速的定位和切换当前位置,有很高的操作效率。但这类导航横向页面内容的空间会被牺牲一部分。
> 🛎️ 想要 3 分钟实现?试试 [ProLayout](https://procomponents.ant.design/components/layout)!
## en-US
Two-columns layout. The sider menu can be collapsed when horizontal space is limited.

2
components/table/demo/ajax.md

@ -15,6 +15,8 @@ title:
**注意,此示例使用 [模拟接口](https://randomuser.me),展示数据可能不准确,请打开网络面板查看请求。**
> 🛎️ 想要 3 分钟实现?试试 [ProTable](https://procomponents.ant.design/components/table)!
## en-US
This example shows how to fetch and present data from a remote server, and how to implement filtering and sorting in server side by sending related parameters to server.

2
components/table/demo/edit-row.md

@ -9,6 +9,8 @@ title:
带行编辑功能的表格。
> 🛎️ 想要 3 分钟实现?试试 [ProTable 的可编辑表格](https://procomponents.ant.design/components/table#%E5%8F%AF%E7%BC%96%E8%BE%91%E8%A1%A8%E6%A0%BC)!
## en-US
Table with editable rows.

Loading…
Cancel
Save