-
Updated
Oct 2, 2020 - JavaScript
styled-system
Here are 150 public repositories matching this topic...
-
Updated
Aug 6, 2019 - JavaScript
-
Updated
Sep 23, 2020 - JavaScript
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Sep 24, 2020 - JavaScript
-
Updated
Jul 10, 2018 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Jul 31, 2020 - JavaScript
Description
Provide a high-level summary of your issue.
Rather than spreading both objects together, use deepmerge so that a new theme may extend the ThemeUI without fully overriding the original theme.
What do you think should have happened?
The color wou
Use react-select v3
-
Updated
Sep 29, 2020 - JavaScript
-
Updated
Sep 8, 2020 - JavaScript
blockstack / ux
When using @blockstack/ui the linter informs me that String continuations are not recommended, explaining that:
Do not use line continuations (that is, ending a line inside a string literal with a backslash) in either ordinary or template string literals. Even though ES5 allows this, it can lead to tricky errors if any trailing whitespace comes after the slash, and is less obvious to read
-
Updated
Aug 15, 2019 - JavaScript
-
Updated
Aug 31, 2017 - JavaScript
-
Updated
Jun 28, 2017 - JavaScript
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Sep 20, 2020 - TypeScript
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
Container currently is being created out of div. We should make it compose of Box, so we have all the flexbox etc. properties.
Improve the types
-
Updated
Oct 20, 2018 - JavaScript
-
Updated
Feb 16, 2019 - JavaScript
There are lineHeight warnings in the console in development mode in React Native. I applied a fix that should be transforming line heights to px, but for some peculiar reason, the warnings are still being given.
Relevant code: https://github.com/elemental-design/elemental-react/blob/master/src/atoms/Text/Text.tsx#L20-L24
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Aug 26, 2019 - JavaScript
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Sep 22, 2020 - TypeScript
Improve this page
Add a description, image, and links to the styled-system topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the styled-system topic, visit your repo's landing page and select "manage topics."
RatingBadge currently supports fontWeight but not fontSize. Add fontSize support.