@ansible/ansible-ui-framework 0.0.304 → 0.0.306
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/docs/index.md +19 -0
- package/package.json +1 -1
package/docs/index.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Ansible UI Framework
|
|
2
|
+
|
|
3
|
+
# Ansible UI Framework
|
|
4
|
+
|
|
5
|
+
A framework for building applications using [PatternFly](https://www.patternfly.org).
|
|
6
|
+
|
|
7
|
+
- [Getting Started](GettingStarted.md#getting-started)
|
|
8
|
+
- [Guides](Guides.md#ansible-ui-guides)
|
|
9
|
+
- [Components](Components.md#ansible-ui-components)
|
|
10
|
+
|
|
11
|
+
The framework is made up of high level components using PatternFly components underneath.
|
|
12
|
+
This allows the framework to adjust the web application for responsive layout.
|
|
13
|
+
|
|
14
|
+
The framework:
|
|
15
|
+
|
|
16
|
+
- does not use any state libraries other than the built in react context state management.
|
|
17
|
+
- does not assume any specific translation libraries, but does provide a hook for internal translations.
|
|
18
|
+
- does not assume any specific navigation libraries, but does provide a hook for internal navigation.
|
|
19
|
+
There is an [Ansible UI Framework Demo](https://github.com/jamestalton/ansible-ui-framework-demo) repo showing an example of using the framework.
|