#
emotion
Here are 737 public repositories matching this topic...
react
javascript
css
theme
components
color
ui
grid
styled-components
layout
react-components
typography
emotion
design-system
styled-system
rebass
-
Updated
Jan 23, 2021 - JavaScript
⬢ Style props for rapid UI development
react
css
design-systems
styled-components
responsive
layout
colors
styling
typography
emotion
css-in-js
tokens
theming
style-props
-
Updated
Jan 24, 2021 - JavaScript
react
babel
styled-components
reactjs
emotion
css-in-js
utility-classes
macro
twin
emotionjs
tailwind
tailwindcss
tailwind-css
styling-react
styling-css-in-js
babel-macro
-
Updated
Jan 25, 2021 - JavaScript
This package has moved and renamed
react
css
grid
styled-components
responsive
layout
flexbox
emotion
css-in-js
padding
margin
styled-system
-
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
react
sass
graphql
less
typescript
webpack
apollo
postcss
gzip
universal
ssr
reactjs
apollo-client
helmet
emotion
brotli
server-side-rendering
starter-kit
hot-reload
webpack4
-
Updated
Dec 31, 2020 - TypeScript
cristianbote
commented
Oct 22, 2020
A utility-first CSS-in-JS framework built for React. 💅 👩🎤 ⚡️
-
Updated
Jan 24, 2021 - TypeScript
Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the content. Fully customizable Weighted Reaction System & Reaction Type System with Like, Dislike and any other custom emotion types. Do you react?
php
reaction
laravel
eloquent
like
cog
social-network
rating
vote
emotion
election
love
rate
star
favorite
likeable
adore
kudo
reactable
reacter
-
Updated
Dec 8, 2020 - PHP
Winner of Mozilla's $50,000 prize for art and advocacy exploring AI
art
instagram
snapchat
privacy
facebook
video
ai
computer-vision
webbys
augmented-reality
ar
mozilla
emotion
face-detection
webcam
film
filmmaking
awards
emotion-recognition
interactive-video
-
Updated
May 19, 2020 - JavaScript
A deep neural net toolkit for emotion analysis via Facial Expression Recognition (FER)
python
deep-neural-networks
neural-network
emotion
face
neural-nets
facial-expression-recognition
emotion-recognition
fer
-
Updated
Jan 14, 2021 - Python
The neural network model is capable of detecting five different male/female emotions from audio speeches. (Deep Learning, NLP, Python)
data-science
natural-language-processing
deep-neural-networks
deep-learning
neural-network
keras
voice
speech
emotion
python3
audio-files
speech-recognition
emotion-recognition
natural-language-understanding
speech-emotion-recognition
-
Updated
Jan 12, 2021 - Jupyter Notebook
samuelcastro
commented
Nov 10, 2020
There is an issue when adding new languages that I believe is related to react suspense. See i18next/react-i18next#977
Error:
Steps to reproduce:
- Add a new language to Locize.
- Make su
Responsive style values for css-in-js.
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
Mar 6, 2020 - TypeScript
Simple and powerful tool for creating breakpoints in styled components and emotion. 💅
react
typescript
preact
styled-components
breakpoint
media
emotion
css-in-js
breakpoints
media-queries
css-in-react
mg901
css-breakpoint
styled-breakpoints
creating-breakpoints
-
Updated
Jan 19, 2021 - JavaScript
A typography-heavy & light-themed Gatsby Starter which uses the Headless CMS Prismic.
react
light
blog
static-site-generator
minimal
typography
gatsby
emotion
gatsbyjs
prismicio
prismic
gatsby-starter
lekoarts-gatsby-themes
-
Updated
Jan 22, 2021 - JavaScript
MELD: A Multimodal Multi-Party Dataset for Emotion Recognition in Conversation
sentiment-analysis
chatbot
dialogue
emotion
dialogue-systems
emotion-detection
personality-profiling
emotion-recognition
personality-traits
conversational-ai
multimodal-interactions
multimodal-sentiment-analysis
multimodal-emotion-recognition
emotion-recognition-in-conversation
-
Updated
Jan 24, 2021 - Python
Open
Add reverse prop
astgermain
commented
Dec 16, 2020
Animations can easily be reversed for cleanup using state to set the value of a reverse prop and is already implemented but it is not stated in documentation even though it works.
Example:
const [shown, setShown] = useState(false)
const yeetMenu = () => {
setShown(!shown)
}
<Slide
duration={500}
triggerOnce={true}
direction="right"
reverse={shown}
Minimalistic portfolio/photography site with masonry grid, page transitions and big images. Themeable with Theme UI. Includes Light/Dark mode.
react
portfolio
gatsby
emotion
transitions
designer
photographer
mdx
gatsbyjs
gatsby-starter
react-spring
theme-ui
lekoarts-gatsby-themes
-
Updated
Dec 20, 2020 - JavaScript
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.
react
gatsby
emotion
mdx
gatsbyjs
gatsby-starter
react-spring
theme-ui
gatsby-themes
lekoarts-gatsby-themes
-
Updated
Dec 20, 2020 - JavaScript
Tailwind CSS as a templating language in JS and CSS-in-JS
css
babel
babel-plugin
emotion
css-in-js
typescript-plugin
babel-macros
tailwind
tailwindcss
babel-macro
tailwind-ui
tailwind-plugins
-
Updated
Dec 14, 2020 - TypeScript
davesnx
commented
Mar 15, 2020
a short doc comparing the popular CSS-in-JS libraries styled-components and emotion
-
Updated
Sep 5, 2020
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."

What's wrong?
All Emotion components which are not under a CacheProvider, create a new CacheProvider, what results in duplicate styles during SSR.
[A repro CodeSandbox I and @lachlanj