32.1 GB
673,093 files
Updated 5 months ago
Name
Size
base
dist
src
LICENSE1.09 kB
xet
README.md471 Bytes
xet
macro.d.mts91 Bytes
xet
macro.d.ts91 Bytes
xet
macro.js67 Bytes
xet
package.json7.19 kB
xet
README.md

@emotion/styled

The styled API for @emotion/react

Install

yarn add @emotion/react @emotion/styled

Usage

import styled from '@emotion/styled'

let SomeComp = styled.div({
  color: 'hotpink'
})

let AnotherComp = styled.div`
  color: ${props => props.color};
`

render(
  <SomeComp>
    <AnotherComp color="green" />
  </SomeComp>
)

More documentation is available at https://emotion.sh/docs/styled.

Total size
32.1 GB
Files
673,093
Last updated
Mar 19
Pre-warmed CDN
US EU US EU

Contributors