@ansible/ansible-ui-framework 0.0.304 → 0.0.306

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/docs/index.md +19 -0
  2. 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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "0.0.304",
4
+ "version": "0.0.306",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {