emotion
Here are 563 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
Jun 6, 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
Jun 17, 2020 - JavaScript
-
Updated
Mar 6, 2020 - TypeScript
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
Jun 16, 2020 - TypeScript
-
Updated
Sep 11, 2019 - Python
-
Updated
Jun 15, 2020 - JavaScript
This thread is meant for the community to share their feedback regarding how to get started with the boilerplate, and how the documentation should be improved in order to make it easier.
Lots of documentation has been written, both in markdown files (README, etc.) and as in-code comments. About 2h of video tutorial has been recorded as well, so that you don't get stuck when trying out this pr
-
Updated
Jun 15, 2020 - JavaScript
CSS Property support
Support -webkit
-
Updated
Oct 26, 2019
-
Updated
Jun 7, 2020 - JavaScript
Improve this page
Add a description, image, and links to the emotion topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the emotion topic, visit your repo's landing page and select "manage topics."
Would be great to provide a documentation section with practical examples on how we propose to handle various popular patterns which usually are solved by pseudo selectors, nested classes etc.