The Wayback Machine - https://web.archive.org/web/20210508230355/https://github.com/topics/design-system
Skip to content
#

design-system

Here are 950 public repositories matching this topic...

grommet
polaris-react
theme-ui
eui
ashokaditya
ashokaditya commented May 3, 2021

EuiFormRow has a neat way to show multiple error messages stacked up on top of each other as it allows for passing an array of messages to error prop.

It would be equally nice to have the helpText prop do the same.

Code that needs change:
https://github.com/elastic/eui/blob/aa71e7ad1475985cab680fdc00ca6fff688128e4/src/components/form/form_row/form_row.tsx#L190

components
emplums
emplums commented Dec 2, 2020

(moved over from https://github.com/github/design-systems/issues/860, thanks @smockle πŸ‘‹ !)

Problem

Occasionally it’s useful to add an interactive element with the semantics of button (correctly represented in the AT)β€”but without its visual styles.

Solution

Other teams at GitHub spread the following object in sx props to destyle Buttons:

// Removes most of 'button'’s visual appearanc

Improve this page

Add a description, image, and links to the design-system topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the design-system topic, visit your repo's landing page and select "manage topics."

Learn more