Gathering detailed insights and metrics for @xstyled/styled-components
Gathering detailed insights and metrics for @xstyled/styled-components
Gathering detailed insights and metrics for @xstyled/styled-components
Gathering detailed insights and metrics for @xstyled/styled-components
@xstyled/system
xstyled system utilities.
@agriffis/xstyled-styled-components
A utility-first CSS-in-JS framework built for React (styled-components bindings).
@types/xstyled__styled-components
Stub TypeScript definitions entry for @xstyled/styled-components, which provides its own types definitions
@dapetrov/xstyled-styled-components
Xstyled bindings for styled-components.
A utility-first CSS-in-JS framework built for React. 💅👩🎤⚡️
npm install @xstyled/styled-components
Typescript
Module System
Node Version
NPM Version
80.4
Supply Chain
75.9
Quality
78
Maintenance
100
Vulnerability
100
License
MDX (63.69%)
TypeScript (31.6%)
JavaScript (4.69%)
CSS (0.01%)
Total Downloads
3,451,765
Last Day
193
Last Week
14,445
Last Month
59,256
Last Year
1,142,956
MIT License
2,304 Stars
649 Commits
107 Forks
13 Watchers
3 Branches
153 Contributors
Updated on Jun 28, 2025
Minified
Minified + Gzipped
Latest Version
4.0.0
Package Id
@xstyled/styled-components@4.0.0
Unpacked Size
59.77 kB
Size
10.00 kB
File Count
8
NPM Version
lerna/5.6.2/node@v16.20.0+arm64 (darwin)
Node Version
16.20.0
Published on
May 09, 2024
Cumulative downloads
Total Downloads
Last Day
-54%
193
Compared to previous day
Last Week
-16.7%
14,445
Compared to previous week
Last Month
0.9%
59,256
Compared to previous month
Last Year
56.6%
1,142,956
Compared to previous year
1
A utility-first CSS-in-JS framework built for React.
1npm 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:
1import { x } from '@xstyled/styled-components' 2 3function Example() { 4 return ( 5 <x.div p={{ _: 3, md: 6 }} bg="white" display="flex" spaceX={4}> 6 <x.div flexShrink={0}> 7 <x.img h={12} w={12} src="/img/logo.svg" alt="xstyled Logo" /> 8 </x.div> 9 <x.div> 10 <x.h4 11 fontSize={{ _: 'md', lg: 'xl' }} 12 fontWeight="medium" 13 color="black" 14 > 15 xstyled 16 </x.h4> 17 <x.p color="gray-500">A CSS-in-JS framework built for React.</x.p> 18 </x.div> 19 </x.div> 20 ) 21}
Licensed under the MIT License, Copyright © 2019-present Greg Bergé.
See LICENSE for more information.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
Found 5/25 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
63 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More