@xstyled/emotion
TypeScript icon, indicating that this package has built-in type declarations

3.8.1 • Public • Published

xstyled

A utility-first CSS-in-JS framework built for React.

License npm package npm downloads CircleCI codecov Code style Dependencies DevDependencies Small size

npm install @xstyled/emotion @emotion/react @emotion/styled

See the documentation at xstyled.dev for more information about using xstyled!

Quicklinks to some of the most-visited pages:

Example

import { x } from '@xstyled/emotion'

function Example() {
  return (
    <x.div p={{ _: 3, md: 6 }} bg="white" display="flex" spaceX={4}>
      <x.div flexShrink={0}>
        <x.img h={12} w={12} src="/img/logo.svg" alt="xstyled Logo" />
      </x.div>
      <x.div>
        <x.h4
          fontSize={{ _: 'md', lg: 'xl' }}
          fontWeight="medium"
          color="black"
        >
          xstyled
        </x.h4>
        <x.p color="gray-500">A CSS-in-JS framework built for React.</x.p>
      </x.div>
    </x.div>
  )
}

License

Licensed under the MIT License, Copyright © 2019-present Greg Bergé.

See LICENSE for more information.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.8.1421latest
3.0.0-beta.20next

Version History

VersionDownloads (Last 7 Days)Published
3.8.1421
3.8.042
3.7.50
3.7.40
3.7.30
3.7.20
3.7.10
3.7.00
3.6.01
3.5.10
3.5.00
3.4.00
3.2.00
3.1.20
3.1.10
3.1.00
3.0.20
3.0.10
3.0.00
3.0.0-beta.20
3.0.0-beta.10
3.0.0-beta.00
2.5.062
2.4.156
2.4.00
2.3.00
2.2.31
2.2.20
2.2.10
2.2.00
2.1.00
2.0.00
2.0.0-alpha.10
2.0.0-alpha.00
1.20.0-alpha.00
1.19.11
1.19.00
1.18.10
1.18.00
1.17.20
1.17.10
1.17.00
1.16.00
1.15.10
1.15.00
1.14.00
1.13.10
1.13.00
1.12.80
1.12.70
1.12.60
1.12.50
1.12.40
1.12.30
1.12.20
1.12.10
1.12.00
1.11.00
1.10.10
1.10.00
1.9.10
1.9.00
1.8.40
1.8.30
1.8.20
1.8.10
1.8.00
1.7.00
1.6.00
1.5.30
1.5.20
1.5.10
1.5.00
1.4.00
1.3.00
1.2.00

Package Sidebar

Install

npm i @xstyled/emotion

Homepage

xstyled.dev

Weekly Downloads

584

Version

3.8.1

License

MIT

Unpacked Size

83.3 kB

Total Files

8

Last publish

Collaborators

  • probablyup
  • neoziro