You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our components should have a common API, e.g. modifying styles should only work via styles={} and className="" props.
Currently, e.g. the AnalyticalCard supports a width prop, the Text supports a theme which changes the text color.