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

design-system

Here are 663 public repositories matching this topic...

grommet
srallen
srallen commented Jun 22, 2020

Expected Behavior

More components in the theme object should support customization by specifying a family property for those components. I was attempting to customize List while a coworker is trying to customize Anchor. Using the extend function is a workaround for now.

Actual Behavior

Only Heading and Button support family on the theme object.

URL, screen shot,

polaris-react
emmaorhun
emmaorhun commented May 14, 2020

Feature request summary

Make the clear button on a filter disappear if I need it to!

Rationale

On a filter where one option must always be selected, I don't want to have the 'Clear' button there especially when it is never clickable.

<img width="448" alt="Screen Shot 2020-05-14 at 3 24 42 PM" src="https://user-images.githubusercontent.com/31415327/81977854-a91e8880-95f8-11ea-931

theme-ui
romanlv
romanlv commented Jul 29, 2020

Describe the bug

https://webpack.js.org/migrate/5/#cleanup-the-code

Using named exports from JSON modules: this is not supported by the new specification and you will get a warning. Instead of import { version } from './package.json' use import package from './package.json'; const { version } = package;

To Reproduce

Try to use webpack@^5.0.0-beta.22 and theme-ui@0.3.1

eui

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

You can’t perform that action at this time.