emotion
Here are 561 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
This package has moved and renamed
-
Updated
Aug 6, 2019 - JavaScript
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
-
Updated
Apr 13, 2020 - TypeScript
Consistent theme based CSS for styled-components & emotion
-
Updated
Jun 6, 2020 - JavaScript
next.js template
Create a next.js template, to make it easier for people to adopt it.
Winner of Mozilla's $50,000 prize for art and advocacy exploring AI
-
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
A deep neural net toolkit for emotion analysis via Facial Expression Recognition (FER)
-
Updated
Mar 22, 2020 - Python
Responsive style values for css-in-js.
-
Updated
Feb 19, 2020 - JavaScript
The neural network model is capable of detecting five different male/female emotions from audio speeches. (Deep Learning, NLP, Python)
-
Updated
Dec 7, 2018 - Jupyter Notebook
-
Updated
Mar 6, 2020 - TypeScript
-
Updated
Jun 11, 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
Simple and powerful tool for creating breakpoints in styled components and emotion.
-
Updated
Jun 12, 2020 - TypeScript
MELD: A Multimodal Multi-Party Dataset for Emotion Recognition in Conversation
-
Updated
Sep 11, 2019 - Python
Minimalistic portfolio/photography site with masonry grid, page transitions and big images. Themeable with Theme UI. Includes Light/Dark mode.
-
Updated
Jun 11, 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
Minimalistic portfolio with full-width grid, page transitions, support for additional MDX pages, and a focus on large images. Especially designers and/or photographers will love this theme! Built with MDX and Theme UI.
-
Updated
Jun 11, 2020 - JavaScript
a short doc comparing the popular CSS-in-JS libraries styled-components and emotion
-
Updated
Oct 26, 2019
CSS Property support
Support -webkit
Gatsby V2 Starter - product of step by step tutorial
-
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."


Current behavior:
When I add
typings for theme prop is correctly set, but whenever type of
styled(Element)becomesStyledComponent<any, {}>. If I remove the above declaration, the type ofstyled(Element)becomeswhich is correct.
Al