Gathering detailed insights and metrics for @bigcommerce/big-design
Gathering detailed insights and metrics for @bigcommerce/big-design
Gathering detailed insights and metrics for @bigcommerce/big-design
Gathering detailed insights and metrics for @bigcommerce/big-design
Design system that powers the BigCommerce ecosystem.
npm install @bigcommerce/big-design
Typescript
Module System
Node Version
NPM Version
@bigcommerce/docs@1.6.1
Updated on Apr 30, 2025
@bigcommerce/big-design-patterns@3.0.1
Updated on Apr 30, 2025
@bigcommerce/big-design-icons@1.4.0
Updated on Apr 30, 2025
@bigcommerce/big-design@2.0.1
Updated on Apr 30, 2025
@bigcommerce/big-design-patterns@3.0.0
Updated on Apr 25, 2025
@bigcommerce/docs@1.6.0
Updated on Apr 25, 2025
TypeScript (98.27%)
MDX (1.28%)
JavaScript (0.43%)
HTML (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
54 Stars
1,591 Commits
66 Forks
39 Watchers
22 Branches
411 Contributors
Updated on Jul 08, 2025
Latest Version
2.0.1
Package Id
@bigcommerce/big-design@2.0.1
Unpacked Size
1.51 MB
Size
237.08 kB
File Count
1,613
NPM Version
10.8.2
Node Version
20.19.1
Published on
Apr 30, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
14
3
32
BigDesign React components.
You can find documentation and examples on our docs page.
Add BigDesign and styled-components@5 to your project using npm
:
npm install @bigcommerce/big-design styled-components@5
or with pnpm
:
pnpm add @bigcommerce/big-design styled-components@5
Add the font as a <link>
in your index.html
/<head>
element.
1<head> 2 <link rel="preconnect" href="https://fonts.googleapis.com" /> 3 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="" /> 4 <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600&display=swap" rel="stylesheet" /> 5</head>
Import the GlobalStyles
component and use it once in your app. This will set a few styles globally
and add normalize.css. We recommend placing it close to
your root component. Then import any component, such as Button
, to use it anywhere in your app.
1import { Button, GlobalStyles } from '@bigcommerce/big-design'; 2 3// ... 4 5<App> 6 <GlobalStyles /> 7 <Button>Click me</Button> 8</App>
No vulnerabilities found.
Reason
all changesets reviewed
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
5 existing vulnerabilities detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
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