Skip to content

Commit

Permalink
init: add simple demo
Browse files Browse the repository at this point in the history
  • Loading branch information
warmhug committed Jun 5, 2018
1 parent fbaec7d commit 72b163c
Show file tree
Hide file tree
Showing 42 changed files with 492 additions and 0 deletions.
12 changes: 12 additions & 0 deletions components/accordion/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/accordion/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/action-sheet/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/action-sheet/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/activity-indicator/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/activity-indicator/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/badge/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/badge/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/button/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/button/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/card/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/card/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/carousel/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/carousel/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/checkbox/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/checkbox/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/date-picker-view/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/date-picker-view/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/date-picker/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/date-picker/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/drawer/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/drawer/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/flex/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/flex/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/grid/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/grid/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/icon/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/icon/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/image-picker/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/image-picker/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/input-item/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/input-item/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/list/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/list/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/locale-provider/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/locale-provider/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/modal/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/modal/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/notice-bar/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/notice-bar/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/pagination/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/pagination/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/picker-view/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/picker-view/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/picker/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/picker/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
File renamed without changes.
12 changes: 12 additions & 0 deletions components/popover/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/popover/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/progress/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/progress/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/radio/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/radio/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/result/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/result/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/search-bar/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/search-bar/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/segmented-control/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/segmented-control/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
12 changes: 12 additions & 0 deletions components/slider/demo/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
order: 0
title:
zh-CN: 基本
en-US: Basic
---

[Demo Source Code](https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/slider/demo/basic.native.tsx)

````jsx
// todos: include('./basic.native.tsx')
````
Loading

0 comments on commit 72b163c

Please sign in to comment.