You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update README.md
Fix links in readme to point to https://patternfly.github.io/patternfly-elements/
* Update README.md
fixed strange formatting of links; added logo
* Update README.md
remove gdoc
* proposal for using reference links in README
<imgsrc="https://www.patternfly.org/patternfly-elements/img/logo/svg/pfelements-icon-blue-shaded.svg"alt="PatternFly Elements logo"width=100px />
2
+
3
+
## Table of Contents
2
4
3
-
<!--  -->
5
+
1.[Getting started][getting-started]
6
+
2.[Element catalog][catalog]
7
+
3.[Creating components][creating]
8
+
4.[Theming components][theming]
4
9
5
-
[PatternFly Elements][pfe] is a collection of flexible and lightweight [Web Components][wc], and the tools to build them. PatternFly Elements are...
10
+
[PatternFly Elements][pfe-home] is a collection of flexible and lightweight [Web Components][wc-org], and the tools to build them. PatternFly Elements are:
6
11
7
12
-**Lightweight**: small file size, minimal boilerplate, no "framework-like" features.
8
13
-**Universal**: write once, use everywhere. PatternFly Elements work in React, Vue, Angular, vanilla JS, anywhere HTML elements are used.
14
+
-**Themable**: Make overrides as needed via attributes or CSS variables
9
15
10
-
The result of these two principles is plugging one set of components into a wide variety of applications, bringing UX consistency and developer familiarity to any web project.
16
+
The result of these principles is that you can plug one set of components into a wide variety of applications; bringing UX consistency and developer familiarity to any web project.
11
17
12
18
A Yeoman generator is included for creating Web Components that meets these goals.
0 commit comments