Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translated cases markdown #375

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/cases-en-US.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
order: 3
title:
zh-CN: 实践案例
en-US: Case
---

At the moment, there are many use cases of the Ant Design Landing system outside of the Ant Group. If your page wants to be displayed here, [you can leave us a message](https://github.com/ant-design/ant-motion/issues/30)..

```__react
const casesData = [
{ title: 'Ant Technology Official Website', content:'Ant Financial Technology, The New Force of Digital Finance', url: 'https://tech.antfin.com/', img: 'https://gw.alipayobjects.com/zos/rmsportal/vHQCWlZGnFSYiPOnbluw.jpg' },
{ title: 'Ant Design official website', content: 'Design system for enterprise-level products. ', url: 'https://ant.design/', img: 'https://gw.alipayobjects.com/zos/rmsportal/yYQUqTuAxwHzSgGEGqkE.jpg' },
{ title: 'Morpho', content: 'Provide professional cloud website building services to meet the individual needs of different industries', url: 'https://morpho.alipay.com/domain-intro', img: 'https://gw.alipayobjects.com/mdn/rms_ae7ad9/afts/img/A*YHa3S5yO6EsAAAAAAAAAAABkARQnAQ' },
{ title: 'Intelligent Material Design Platform', content: 'Spend less time on more professional materials', url: 'https://chitu.alipay.com/', img: 'https://gw.alipayobjects.com/zos/rmsportal/aBwXHHpGMhIrnhUPUYVW.jpg' },
];

import React from 'react';
import Demo from '../site/theme/template/Other/Cases';
ReactDOM.render(<Demo data={casesData} />, mountNode);
```
File renamed without changes.
Loading