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

design-system

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

grommet
H3lloTom
H3lloTom commented Dec 24, 2021

Which Component Need Enhancement 期望新增功能的组件

  • Progress

What does the proposed API look like 期望支持的API

stroke属性支持渐变色

Feature Description 功能描述

Progress支持线性渐变颜色

Additional information 补充说明

目前type="line",stroke传入到background-color属性,然而该属性并不支持渐变色。

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
snide
snide commented Jan 11, 2022

When diagnosing elastic/kibana#121403 with @gavinwye we saw lots of EuiFlexGroup components in Security were set to direction="column". Along with the default responsive={true} this can cause items to grow inside containers in weird ways because of the flex-basis moving to 100% for children.

I can't think of an instance where we'd want to apply the flex-basis on

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