patternfly-elements
patternfly-elements copied to clipboard
PatternFly Elements. A set of community-created web components based on PatternFly design.
We have a few components that are going to need to share functionality but those two components are completely unrelated: think `pfe-tabs` and `pfe-scrollspy`. There are two approaches that I...
I've tested this component with Angular, React, and Vue and I get the same experience with all three frameworks. The band initially renders with just the default slot content. Even...
1. The focus does not stay inside the modal 2. The focus skips the close button
It would be great to make this component more flexible to use by allowing it to accept functions for: - manipulating how data is displayed in the dropdown (i.e. accept...
For some reason, pfe-number and Angular are not getting along. https://codesandbox.io/embed/pfe-number-with-angular-xe6ng We should be seeing 4th and instead we're seeing 0th.
I'm currently putting a PFElement-based component into a React project written in TypeScript. Adding PFElements to standard React is easy (Kyle has gone from no project, to a React project...
If a slot is defined in the markup that doesn't exist or isn't defined for that component, I think it should throw a warning to let the users know that...
eq.js adds element queries so that elements can respond to their own size, rather than the page's size. https://github.com/Snugug/eq.js/ Evaluate eq.js performance, features, etc for inclusion within RHElements. At first...
## Description of the issue Pfe-avatar should allow the color set to be customizable through `--pfe-avatar--colors`. However, this feature is not currently working, and `this.customColors()` always returns undefined . ###...
The clipboard API requires a secure origin to work, otherwise `navigator.clipboard` will be undefined. I recommend we hide the clipboard button and throw a warning if the site is not...