@ansible/ansible-ui-framework 0.0.400 → 0.0.401
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,7 +12,7 @@ npm install @ansible/ansible-ui-framework
|
|
|
12
12
|
|
|
13
13
|
## Add the PageFramework to your application
|
|
14
14
|
|
|
15
|
-
Near the top of your application add the [PageFramework](../
|
|
15
|
+
Near the top of your application add the [PageFramework](../components/PageFramework.md) component.
|
|
16
16
|
|
|
17
17
|
This component adds the state management needed by the framework.
|
|
18
18
|
|
|
@@ -33,7 +33,7 @@ The [PageLayout](../components/PageLayout.md) is used as the container for the c
|
|
|
33
33
|
|
|
34
34
|
### Use PageHeader for the heading of your pages
|
|
35
35
|
|
|
36
|
-
The [PageHeader](../
|
|
36
|
+
The [PageHeader](../components/PageHeader.md) is used at the top of each page. It provides a consistent layout of header elements.
|
|
37
37
|
|
|
38
38
|
```tsx
|
|
39
39
|
<Page>
|
|
@@ -48,7 +48,7 @@ The [PageHeader](../componentsPageHeader.md) is used at the top of each page. It
|
|
|
48
48
|
|
|
49
49
|
#### Table Pages
|
|
50
50
|
|
|
51
|
-
For pages containing a table, use the [PageTable](../
|
|
51
|
+
For pages containing a table, use the [PageTable](../components/PageTable.md) component. The PageTable support table, list, and card views of the data.
|
|
52
52
|
|
|
53
53
|
```tsx
|
|
54
54
|
<Page>
|
|
@@ -84,7 +84,7 @@ TODO -->
|
|
|
84
84
|
|
|
85
85
|
<!-- - [PageAlertToaster](../componentsPageAlertToaster.md) -->
|
|
86
86
|
|
|
87
|
-
- [BulkActionDialog](../
|
|
87
|
+
- [BulkActionDialog](../components/BulkActionDialog.md)
|
|
88
88
|
<!-- - [BulkConfirmationDialog](../componentsBulkConfirmationDialog.md) -->
|
|
89
89
|
<!-- - [SelectDialog](../componentsSelectDialog.md) -->
|
|
90
90
|
<!-- - [SelectMultipleDialog](../componentsSelectMultipleDialog.md) -->
|