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
<!-- -->
4
4
5
-
[PFElements][rhe] is a collection of flexible and lightweight [Web Components][wc], and the tools to build them. PFElements are...
5
+
[PatternFly Elements][pfe] is a collection of flexible and lightweight [Web Components][wc], and the tools to build them. PatternFly Elements are...
6
6
7
7
-**Lightweight**: small file size, minimal boilerplate, no "framework-like" features.
8
-
-**Universal**: write once, use everywhere. PFElements work in React, Vue, Angular, vanilla JS, anywhere HTML elements are used.
8
+
-**Universal**: write once, use everywhere. PatternFly Elements work in React, Vue, Angular, vanilla JS, anywhere HTML elements are used.
9
9
10
10
The result of these two principles is plugging one set of comopnents into a wide variety of applications, bringing UX consistency and developer familiarity to any web project.
npm install # this will take a while due to lerna bootstrap
21
-
npm start
21
+
npm run storybook
22
22
23
-
The `start` script will launch the demo pages. Demo pages are static showcases of each element, and also serve as scratchpads for experimenting while working on an element.
23
+
The storybook script will launch the interactive demo pages.
24
24
25
25
_Notice: You will need to use [Node](https://nodejs.org/en/) v.7 or higher. Storybook *may* not work with Node v.10._
0 commit comments