-
Updated
May 31, 2021 - Python
design-system
Here are 980 public repositories matching this topic...
-
Updated
Jun 3, 2021 - TypeScript
-
Updated
Jun 25, 2021 - SCSS
-
Updated
Jun 8, 2021 - JavaScript
-
Updated
Jun 25, 2021 - TypeScript
-
Updated
Apr 24, 2021 - CSS
-
Updated
Jun 15, 2021 - CSS
The DatePicker
component is already created and it's functional, but it was written some time ago and it can be refactored (migrating from class-based to hooks). In order to achieve a good result, we also need a good test coverage.
Running storyb
Issue summary
When rendering a list page in the web admin using Filters
and promoted filters, the UI 'jumps' after re-hydration.
<img width="1425" alt="Screen Shot 2020-04-28 at 9 32 13 AM" src="https://user-images.gi
Is your feature request related to a problem? Please describe.
I spent many hours trying to override what I later found out was the highlight
color variable, used in a number of Components in the code. I had no idea that this variable existed. :(
Describe the solution you'd like
Maybe just include the highlight
default value in the base theme, so that developers building on that w
-
Updated
May 29, 2021 - TypeScript
This maybe a little outside your intended use-case or design, but I use EuiFormRow
like so:
<EuiFormRow label="Some description:">
<>
{status=== NOT_STARTED && (
<EuiText>
You don't have permission to...
</EuiText>
)}
{status=== IN_PROGRESS && (
<EuiLoadingContent
role="progressbar"
aria-label="loading something"
Proofreading from native speakers wanted. Review and comment on this PR
-
Updated
Apr 22, 2021 - CSS
-
Updated
Jun 24, 2021 - Vue
-
Updated
Jun 23, 2021 - TypeScript
-
Updated
Apr 10, 2021 - JavaScript
-
Updated
Jun 27, 2021 - TypeScript
-
Updated
Jun 7, 2021 - JavaScript
(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
-
Updated
Jun 26, 2021 - JavaScript
Hi, I am using atomize for a toy project. I noticed that the collapse atom is not very snappy in it's animation, I'd like to speed up the animation. How to do this? Thank you!
-
Updated
May 23, 2021
Over time this piece of code has grown to support more and more cases, it might be time to simplify it's options and break it up.
Current signature:
export function createModuleSource(
stylableResult: StylableResults,
moduleFormat = 'cjs',
includeCSSInJS: boolean,
moduleId = JSON.stringify(stylableResult.meta.namespace),
renderableOnly = false,
depth: strin
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
May 26, 2021 - Vue
-
Updated
Jun 20, 2021 - SCSS
Improve this page
Add a description, image, and links to the design-system topic page so that developers can more easily learn about it.
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."
I would like to justify the text on a series of blog-pages. My plan is to create a
Box
element in grommet and then insert the output from a remark-based plugin for gatsby (link) inside this box. I am not sure how to go about doing this. It is a blog, and there will be lots of paragraphs per post - I would like to make everything 'jus