@ansible/ansible-ui-framework 0.0.287 → 0.0.288
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.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Ansible UI Framework
|
|
2
2
|
|
|
3
|
+
[NPM Package](https://www.npmjs.com/package/@ansible/ansible-ui-framework)
|
|
4
|
+
|
|
3
5
|
A framework for building responsive web applications using [PatternFly](https://www.patternfly.org).
|
|
4
6
|
|
|
5
7
|
Developed by the Ansible UI developers.
|
|
@@ -44,7 +46,7 @@ The `PageLayout` is used at the start of each page. It provides a consistent lay
|
|
|
44
46
|
<Page>
|
|
45
47
|
<PageLayout>
|
|
46
48
|
<PageHeader {...}/>
|
|
47
|
-
|
|
49
|
+
...
|
|
48
50
|
</PageLayout>
|
|
49
51
|
</Page>
|
|
50
52
|
)
|
|
@@ -84,4 +86,4 @@ The `PageTable` handles the logic for tables on a page. It supports responsive l
|
|
|
84
86
|
/>
|
|
85
87
|
```
|
|
86
88
|
|
|
87
|
-
See the [Table Guide](
|
|
89
|
+
See the [Table Guide](https://github.com/ansible/ansible-ui/blob/main/framework/docs/tables.md) for details.
|
package/package.json
CHANGED