evergreen icon indicating copy to clipboard operation
evergreen copied to clipboard

🌲 Evergreen React UI Framework by Segment

Results 98 evergreen issues
Sort by recently updated
recently updated
newest added

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...

documentation
theming

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

improvement
accessibility

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'...

theming

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...

documentation
theming

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

![image](https://github.com/segmentio/evergreen/assets/62426263/27116c88-6bd6-46fa-983b-6b8720d0c63b) ![image](https://github.com/segmentio/evergreen/assets/62426263/b95e0483-f444-4115-a6f0-87b19fc82de7) 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...