Posts
Members
Info
Error: can't find variable document
When I import a component from the latest version of evergreen component, I am getting this error in my react native app. Error: can't find variable document Can someone guide me in fixing this issue?
0
1
Is there an "overflowX" property?
I'm looking to make a "card slider", such as this one in this article: https://medium.com/flexbox-and-grids/how-to-create-horizontally-scrollable-sections-with-flexbox-60d860f539b2 Seems like overflow is a property, yet I'm unsure if overflowX is.
0
2
How do I get the value of selected from a ComboBox to render as a Header text?
Hi there, I'm currently using the ComboBox component to render a list of items which I have called from an API. there is a function onChange which console.logs the selected item from the list. How can I access/ extract the value of the selected item instead of just having…
0
0
How to `appearance: primary` for FilePicker component?
Hello Folks While using FilePicker, I want the button to have a appearance: primary but looks like the Filepicker does not accept this prop. Any ways to get a custom select file button?
0
0
Why isn't the input box and button aligned vertically in the docs?
From inspecting the CSS with Chrome Developer Tools, I saw the button has a vertical-align: middle; rule that makes the input higher than the button. Why is that? And is there a proper way to eliminate this behaviour so things are aligned without overriding the built-in CSS of…
0
0
RTL Support
Does evergreen support RTL layout ? I just changed the body direction to rtl and it messed up the layouts. should I have do something more ?
0
0
Does Table.TextCell have a size property?
Here is an example from https://evergreen.segment.com/components/table/ On this site, when I change the size value, it makes no difference. Additionally, size isn't listed as a property. How can I make one column wider or narrower than another?
0
9