Gathering detailed insights and metrics for @xstyled/emotion
Gathering detailed insights and metrics for @xstyled/emotion
Gathering detailed insights and metrics for @xstyled/emotion
Gathering detailed insights and metrics for @xstyled/emotion
@xstyled/system
xstyled system utilities.
@agriffis/xstyled-emotion
A utility-first CSS-in-JS framework built for React (Emotion bindings).
@xstyled/babel-preset-emotion-css-prop
A babel preset to automatically enable emotion's css prop with xstyled.
@xstyled/prop-types
Generate prop-types from xstyled utilities.
npm install @xstyled/emotion
Typescript
Module System
Node Version
NPM Version
69.5
Supply Chain
79.8
Quality
78.5
Maintenance
100
Vulnerability
99.6
License
MDX (63.69%)
TypeScript (31.6%)
JavaScript (4.69%)
CSS (0.01%)
Total Downloads
478,318
Last Day
400
Last Week
1,739
Last Month
10,679
Last Year
74,122
2,294 Stars
649 Commits
105 Forks
13 Watching
3 Branches
153 Contributors
Minified
Minified + Gzipped
Latest Version
3.8.1
Package Id
@xstyled/emotion@3.8.1
Unpacked Size
81.32 kB
Size
13.43 kB
File Count
8
NPM Version
lerna/5.6.2/node@v16.20.0+arm64 (darwin)
Node Version
16.20.0
Publised On
08 May 2024
Cumulative downloads
Total Downloads
Last day
31.1%
400
Compared to previous day
Last week
-11.9%
1,739
Compared to previous week
Last month
46.9%
10,679
Compared to previous month
Last year
25.5%
74,122
Compared to previous year
3
2
A utility-first CSS-in-JS framework built for React.
1npm 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:
1import { x } from '@xstyled/emotion' 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
44 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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