styled-system
Here are 129 public repositories matching this topic...
-
Updated
Aug 6, 2019 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
RatingBadge currently supports fontWeight but not fontSize. Add fontSize support.
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
Jul 10, 2018 - JavaScript
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Jun 8, 2020 - TypeScript
-
Updated
Jun 6, 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
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Aug 31, 2017 - JavaScript
-
Updated
Aug 15, 2019 - JavaScript
-
Updated
Jun 28, 2017 - JavaScript
-
Updated
Apr 16, 2020 - JavaScript
@cheton @joshuatai @austinhung81 @tinaClin
As we provide the new ecosystem on styled-system, we need to help the product got the migrate guide from
https://github.com/trendmicro-frontend/trendmicro-ui
to
https://github.com/trendmicro-frontend/styled-ui
and
@freewill0918 @chiouchu @Ginioo @purepennons the Worry-Free Family member
we need your feedback and discussion here
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Oct 20, 2018 - JavaScript
-
Updated
Feb 16, 2019 - JavaScript
blockstack / ux
-
Updated
Jun 5, 2020 - JavaScript
-
Updated
May 19, 2020 - TypeScript
-
Updated
Apr 21, 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
Jun 7, 2020 - TypeScript
-
Updated
Jul 31, 2019 - JavaScript
-
Updated
Feb 7, 2020 - JavaScript
-
Updated
Jan 16, 2020 - JavaScript
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."
The docs on rebassjs.org are pretty slim when it comes to using forms and the props that are accepted and what they do.
I was able to use inputs and checkboxes without too much effort but wanted to use a Switch in an instance instead of a checkbox. A switch is a ON|OFF Component so it would make sense that in the DOM it would use a checkbox and allow handlers with
OnChangebut that is not wha