evergreen
evergreen copied to clipboard
🌲 Evergreen React UI Framework by Segment
In Theming documentation, specify which components are unable to have custom appearances and sizes
https://evergreen.segment.com/introduction/theming > appearances: These are the custom styles that you can apply to a component based on the appearance prop. Note that some components don't have this. Which ones? Why...
For my understanding the Dialog component should only enable tabbing in the current dialog context, not in the background of it. https://evergreen.segment.com/components/dialog Working w3c example: https://www.w3.org/WAI/ARIA/apg/example-index/dialog-modal/alertdialog.html
I have tried to change checkbox color with no luck, this is my code: ``` const theme = mergeTheme(defaultTheme, { components: { Checkbox: { baseStyle: { background: 'red', color: 'red'...
Its difficult to modify several of your components. Take tooltip for example I can't give it my own background color and text color or add borders or even remove border...
as of the documentation and thorough internet searching about "tab focusing" it is clear that creating tab focus from scratch is not applicable. (see stackoverflow) Library to add: react-focus-trap
  I'm using city-s list (SelectMenu) (about 40k+) and after serach there are blank spaces, can you please advice how I can fix it?
Hi, I'm using the Combobox component from the Evergreen UI library and can't find a way to validate if it's empty. Expected Behavior: There should be a simple method to...
Evergreen fails to resolve dependency issues for React V19 and above. Please help as soon as possible. Our team depends on this library and currently, it's the only one failing...