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

design-system

Here are 870 public repositories matching this topic...

grommet
theme-ui
lachlanjc
lachlanjc commented Jan 25, 2021

Is your feature request related to a problem? Please describe.
It's frustrating to have any DOM nodes that don't allow styling, especially when they're provided by Theme UI.

Describe the solution you'd like
To be consistent with #1350, let's support sx on the BaseStyles component.

Additional context
https://github.com/system-ui/theme-ui/blob/develop/packages/theme-ui/src/i

eui
darnautov
darnautov commented Feb 1, 2021

At the moment only the following color options are supported: [ "primary", "success", "warning", "danger" ].
I presume it's been done this way to preserve the EUI color palette and respect the active theme, but for some scenarios, it's important to have the ability to set a specific color code. For instance, we would like slider ranges to match anomaly security score colors: `'#fe5050', '#fba74

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