Skip to content
#

design-system

Here are 1,227 public repositories matching this topic...

grommet
polaris-react
theme-ui
MuhammadJamaluddin
MuhammadJamaluddin commented Nov 15, 2021

Is your feature request related to a problem? Please describe.
I don't think Theme UI should be opinionated on which SVGs should be used for the Radio & CheckBox components

Describe the solution you'd like
Probably an additional prop called customIcon maybe... based on which we could conditionally render the passed SVG icon otherwise we use the default icons?

**Describe alter

eui
gjones
gjones commented Jan 20, 2022

Summary

As part of the docs project we're rendering all the article content inside an <EuiText> tag. Mostly this works fine, one problem I'm running into though is that the EuiTitle size prop is not being honoured. Below are a few examples where the title styles are inherited solely from the h tag and not the size prop.

Screenshot

<img width="713" alt="Screenshot 2022-01-20 at

react
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