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

4.0.0 • 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/styled-components styled-components

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

Quicklinks to some of the most-visited pages:

import { x } from '@xstyled/styled-components'

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
4.0.01,540latest
3.0.0-beta.20next
4.0.1-test.01test
4.0.0-beta.21beta

Version History

VersionDownloads (Last 7 Days)Published
4.0.1-test.01
4.0.01,540
4.0.0-beta.21
3.8.11,918
4.0.0-beta.11
4.0.0-beta.01
3.8.05,585
3.7.510,555
3.7.485
3.7.324
3.7.20
3.7.11
3.7.02,488
3.6.0631
3.5.140
3.5.00
3.3.041
3.2.09
3.1.25
3.1.10
3.1.019
3.0.3121
3.0.21
3.0.1241
3.0.00
3.0.0-beta.20
3.0.0-beta.10
3.0.0-beta.01
2.5.0466
2.4.117
2.4.00
2.3.00
2.2.35
2.2.220
2.2.11
2.2.00
2.1.00
2.0.00
2.0.0-alpha.10
2.0.0-alpha.00
1.20.0-alpha.10
1.20.0-alpha.01
1.19.1208
1.19.0146
1.18.13
1.18.03
1.17.225
1.17.17
1.17.065
1.16.01
1.15.13
1.15.06
1.14.00
1.13.11
1.13.00
1.12.81
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.09
1.10.00
1.9.10
1.9.00
1.8.40
1.8.313
1.8.20
1.8.11
1.8.00
1.7.01
1.6.01
1.5.40
1.5.30
1.5.25
1.5.10
1.5.02
1.4.01
1.3.00
1.2.00
1.1.10
1.1.00
1.0.40
1.0.31
1.0.21
1.0.10
1.0.00

Package Sidebar

Install

npm i @xstyled/styled-components

Homepage

xstyled.dev

Weekly Downloads

24,323

Version

4.0.0

License

MIT

Unpacked Size

61.2 kB

Total Files

8

Last publish

Collaborators

  • probablyup
  • neoziro