feat: Add Patternfly React to next.js/examples/ #9202
Labels
examples
Issue was opened via the examples template.
good first issue
Easy to fix issues, good for newcomers
Feature request
Is your feature request related to a problem?
Patternfly (https://www.patternfly.org/v4/) is the leading (in terms of good design and completeness) Open Source "design system". I would describe it in my own terms as "Bootstrap & React Component Library for Admin interfaces". Patternfly is predestined to be used with next.js. Also it should be super easy, I was not able to set it up, due to webpack CSS-Module configuration problems.
Describe the solution you'd like
Add an example minimal setup of Patternfly React (https://github.com/patternfly/patternfly-react) to the Create Next App Examples.
Additional context
In theory getting this to work should be super trivial, by importing their node module and then using their components: https://github.com/patternfly/patternfly-react/blob/master/packages/patternfly-4/react-core/README.md. But this fails due to CSS Styles of the Components in the node_modules folder not being correctly bundeled.
The text was updated successfully, but these errors were encountered: