emotion
Here are 553 public repositories matching this topic...
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 OnChange but that is not wha
I am looking into variants and i feel like its a bit confusing which is the old api and which is the new one?
I feel like I should just be able to drop the variant function onto a component and give it scale="accents" and then if I pass variant="info" then it should look in the theme object for accents and pull the info key inside that yet it doesn't do that unless I write `variants: {
In order to make the Tailwind preset more approachable for people that already know Tailwind, we should:
- Font sizes should have the same aliases (e.g.
lg=2) - Colors should be aliased to the same aliases * 100, e.g.
purple.5===purple.500 - Breaking change for a major version: Make the padding scale match Tailwind's
-
Updated
Aug 6, 2019 - JavaScript
-
Updated
Apr 13, 2020 - TypeScript
-
Updated
May 18, 2020 - JavaScript
next.js template
Create a next.js template, to make it easier for people to adopt it.
-
Updated
May 19, 2020 - JavaScript
I think it would be nice to add comments to the typescript definitions, using the same documentation as is in this repository. I already did it on local but I don't have the permissions for PR's of course.
This is for the usage with VScode, following the TS doc format:
<img width="1792" alt="スクリーンショット 2019-07-25 9 57 19" src="https://user-images.githubusercontent.com/20631137/61838083-b2e8c
This package looks absolutely terrific, and it will no doubt solve the needs of many, including me :)
However, the lack of a basic tutorial is really hindering me (and perhaps others), and possibly preventing more adoption of the package. I couldn't find a tutorial for this package, so if one exists, please let me know!
My view is that most people are probably just looking to add basic likes
-
Updated
Mar 22, 2020 - Python
-
Updated
Feb 19, 2020 - JavaScript
-
Updated
Dec 7, 2018 - Jupyter Notebook
-
Updated
Mar 6, 2020 - TypeScript
-
Updated
May 23, 2020 - JavaScript
Hi,
I have an issue that when I was editing an article in prismic using inline code highlight, during the gatsby build it will throw an error below:
Starting to fetch data from Prismic
Fetch Prismic data: 1298.650ms
ERROR #11321 PLUGIN
"gatsby-source-prismic" threw an error while running the sourceNodes lifecycle:
Cannot read property 'rest' of
-
Updated
May 20, 2020 - TypeScript
-
Updated
Sep 11, 2019 - Python
-
Updated
May 21, 2020 - JavaScript
-
Updated
May 21, 2020 - JavaScript
Status
Community is free to contribute, we won't likely have the time to add this feature
Issue
Sentry doesn't have access to source maps, which makes debug harder.
I do not know how to fix that, I believe it had worked at some point in the past, but may have broken due to some dependency update.
becomesStyledComponent<any, {}>. If I remove the above declaration, the type ofstyled(Element)becomeswhich is correct.
Al