patternfly-react-demo-app
patternfly-react-demo-app copied to clipboard
DEPRECATED: This project is no longer active. See https://github.com/patternfly/patternfly-react-seed for PF4 demos.
Getting closer here... Still a couple problems: * expand / collapse seems to work on desktop, but when clicking the hamburger on mobile, I do not see expand working... *...
Following the guide on the RCUE branch will bring you to a stop at "Yarn Install": ``` >yarn install yarn install v1.9.4 $ node -v; npm -v; node: bad option:...
HI, I tried to setup the demo app in my Windows machine . I tried the following commands - yarn add patternfly-react - yarn install - yarn build After running...
At the moment the Breadcrumbs are available only on [Ipsum 1-A](https://github.com/patternfly/patternfly-react-demo-app/blob/master/src/pages/Ipsum-1-A.js) and [Ipsum 1-B](https://github.com/patternfly/patternfly-react-demo-app/blob/master/src/pages/Ipsum-1-B.js), an both are hardcoded to the pages. I'd suggest populating in dynamically [by the routes](https://github.com/patternfly/patternfly-react-demo-app/blob/master/src/routes.js), and...
If you run `npm run start` before `npm run build`, you will get some errors about some missing files (woops, forgot to copy it here, sorry!).
In the future, it would be nice to have built in snippets or generators to create pages & components. Just noting this for future effort (won't get to this any...
Work in progress ~~ This works for the most part, except for the nested `ul` for the child items of `Overview`, `Projects` and `Stages`. I prob need to pass the...
Getting multiple errors is VS Code saying: > [js] (insert error here) can only be used in a .ts file Wouldn't it follow convention not to use .js file names?
Let's move the EmptyState Component used here to PF-React as a vanilla es6 component.