Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

Emotion: Using both a class and the "css" method in "className" prop

import { css } from '@emotion/css'
<div className={`myClass ${css`color: red`}`}>
 
PREVIOUS NEXT
Tagged: #Using #class #method #prop
ADD COMMENT
Topic
Name
5+5 =