Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit dc9edb1

Browse files
Merge pull request #922 from wyvl/technical/INT-14085-add-list-design-doc
Add list design doc
2 parents 154072c + 3032eb7 commit dc9edb1

File tree

10 files changed

+515
-45
lines changed

10 files changed

+515
-45
lines changed

assets/image/ListPage.png

216 KB
Loading
27.8 KB
Loading

docs/ContentPage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Settings pages or feature pages are considered as content page
22

33
Content page should use `Page` with `content` as `layoutType`
44

5-
![page layout type](./image/Page.png)
65
![content page](./image/ContentPage.png)
76

87
### Breadcrumb Group
@@ -31,7 +30,7 @@ A description is **required for all settings/ feature front pages** to provide c
3130
<br />
3231

3332
### Page Action
34-
Use `Inline` for page action and pass into `titleAction` on Page component for page action
33+
Use [Inline](/#/Composition/Inline) for page action and pass into `titleAction` on Page component for page action
3534
```jsx
3635
import { FontAwesomeIcon } from '@Domain/Icons';
3736
import { TooltipPopover } from '@Domain/Popovers';

docs/FormPage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Pages with form or forms (wizard) are considered as form page
22

33
Form page should use `Page` with `form` as `layoutType`
44

5-
![page layout type](./image/Page.png)
65
![form page](./image/FormPage.png)
76

87
### Breadcrumb Group

0 commit comments

Comments
 (0)