Gathering detailed insights and metrics for @bigcommerce/big-design-patterns
Gathering detailed insights and metrics for @bigcommerce/big-design-patterns
Gathering detailed insights and metrics for @bigcommerce/big-design-patterns
Gathering detailed insights and metrics for @bigcommerce/big-design-patterns
Design system that powers the BigCommerce ecosystem.
npm install @bigcommerce/big-design-patterns
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
3.0.1
Package Id
@bigcommerce/big-design-patterns@3.0.1
Unpacked Size
70.85 kB
Size
16.91 kB
File Count
63
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
1
6
35
BigDesign React Patterns.
You can find documentation and examples on our docs page.
Add @bigcommerce/big-design
, @bigcommerce/big-design-patterns
and styled-components@5
to your project using npm
:
npm install @bigcommerce/big-design @bigcommerce/big-design-patterns styled-components@5
or with pnpm
:
pnpm add @bigcommerce/big-design @bigcommerce/big-design-patterns styled-components@5
Setup BigDesign as per the Quick start guide and then import any pattern, such as Page
and Header
, to use it anywhere in your app.
1import { Panel } from '@bigcommerce/big-design'; 2import { AddIcon } from '@bigcommerce/big-design-icons'; 3import { Page, Header } from '@bigcommerce/big-design-patterns'; 4 5export default function App() { 6 const header = ( 7 <Header 8 title="Products" 9 description="View and manage your products." 10 actions={[{ text: 'Add new', iconLeft: <AddIcon /> }]} 11 /> 12 ); 13 14 return ( 15 <Page header={header}> 16 <Panel header="Main content"> 17 ... 18 </Panel> 19 </Page> 20 ); 21}
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