#
emotion
Here are 903 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
Aug 11, 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
Aug 11, 2021 - JavaScript
react
babel
styled-components
reactjs
emotion
css-in-js
twin
stitches
emotionjs
tailwind
tailwindcss
tailwind-css
styling-react
styling-css-in-js
babel-macro
goober
tailwind-in-js
-
Updated
Aug 11, 2021 - JavaScript
huanqingli
opened
Mar 8, 2021
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
Aug 4, 2021 - TypeScript
A utility-first CSS-in-JS framework built for React. 💅 👩🎤 ⚡️
-
Updated
Jul 8, 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
Apr 3, 2021 - PHP
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
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
Jun 4, 2021 - 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
May 21, 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
Mar 18, 2021 - Jupyter Notebook
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
Aug 13, 2021 - JavaScript
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}
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
Aug 12, 2021 - Python
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
Jun 6, 2021 - JavaScript
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
Aug 12, 2021 - 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
Mar 30, 2021 - TypeScript
Typed styled components in Reason, OCaml and ReScript
css
roadmap
styled-components
ocaml
emotion
css-in-js
ppx
vscode-extension
bucklescript
styled
reason
css-in-reason
bs-emotion
-
Updated
Aug 12, 2021 - Reason
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
Aug 12, 2021 - JavaScript
Understanding emotions from audio files using neural networks and multiple datasets.
audio
python
machine-learning
deep-neural-networks
deep-learning
tensorflow
keras
songs
speech
emotion
python3
datascience
song
librosa
keras-neural-networks
audio-processing
classification-report
livingstone
emotion-classification-ravdess
ravdess-dataset
disgust
-
Updated
Jun 10, 2021 - Python
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."
I'm currently implementing a news list with an image in each item, and these images have 4:3 ratio in mobile devices and 16:9 ratio in desktop devices. Would it be possible or even make sense for the Aspect and AspectImage components to handle this kind of thing? I imagine an API like this:
Where each item in this array of ratios woul