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
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.
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 31, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: