evergreen icon indicating copy to clipboard operation
evergreen copied to clipboard

🌲 Evergreen React UI Framework by Segment

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

Component request to create a slider component: ``` PropTypes = { // returns the value on the slider onChange: PropTypes.func // The min and max values min: number max: number...

proposal

Fixes https://github.com/segmentio/evergreen/issues/1291 **Overview** There's a dependency on "@types/react" which is set to "^16.9.5" This will force developers to either add "skipLibCheck": true to their ts config OR add a "resolutions"...

Hi, I was trying to inject evergreen inside a shadow DOM tree, when I noticed the styles aren't getting applied inside the tree. My understanding is that `extractStyles` is not...

low-priority
help-wanted

On more than one occasion, the autofocus behavior in `` has been more obstructive than helpful when trying to properly set focus in a `Dialog` or `SideSheet` which are built...

Status: Proposal

Hello, I think I have encountered similar issue to this one https://github.com/segmentio/evergreen/issues/329 using the `Tooltip` component. I'm using version 6.6.1 React: ``` toggleMenu(Menu.Layers)} /> ``` Looks like tooltip creates one...

**Describe the bug** When using next.js and adding Tooltip component, it displays this error: > Warning: Prop `aria-describedby` did not match. Server: "evergreen-tooltip-192" Client: "evergreen-tooltip-1" **To Reproduce** Steps to reproduce...

bug
help-wanted

Hi, @mshwery, a vulnerability CVE-2020-15168 is introduced in evergreen-ui via: ● [email protected][email protected][email protected][email protected][email protected] However, glamor is a legacy package, which has not been...

By default Popover component doesn't allow user to theme the card that it contains or pass any style props, It does however provide this `statelessProps` prop that allows us to...

theming

Any reason why "@types/react" is still set to "^16.9.5"? This will force developers to either add `"skipLibCheck": true` to their ts config OR add a "resolutions" field in order to...

I'm building out a settings panel using Evergreen and noticed the label styling is inconsistent between the `RadioGroup` and `SelectField` components. Visually, it appears the only inconsistency is the `color`...

bug