Installations
npm install @bigcommerce/big-design-patterns
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
20.18.2
NPM Version
10.8.2
Releases
@bigcommerce/docs@1.4.0
Published on 05 Feb 2025
@bigcommerce/big-design@1.7.0
Published on 05 Feb 2025
@bigcommerce/big-design-patterns@2.0.5
Published on 05 Feb 2025
@bigcommerce/docs@1.3.2
Published on 18 Dec 2024
@bigcommerce/big-design-patterns@2.0.4
Published on 18 Dec 2024
@bigcommerce/big-design-icons@1.2.1
Published on 18 Dec 2024
Contributors
Languages
TypeScript (98.24%)
MDX (1.3%)
JavaScript (0.44%)
HTML (0.01%)
Developer
Download Statistics
Total Downloads
1,979
Last Day
28
Last Week
77
Last Month
351
Last Year
1,979
GitHub Statistics
50 Stars
1,541 Commits
65 Forks
41 Watching
16 Branches
410 Contributors
Bundle Size
6.11 kB
Minified
2.05 kB
Minified + Gzipped
Package Meta Information
Latest Version
2.0.5
Package Id
@bigcommerce/big-design-patterns@2.0.5
Unpacked Size
67.65 kB
Size
16.75 kB
File Count
63
NPM Version
10.8.2
Node Version
20.18.2
Publised On
05 Feb 2025
Total Downloads
Cumulative downloads
Total Downloads
1,979
Last day
75%
28
Compared to previous day
Last week
10%
77
Compared to previous week
Last month
-34.9%
351
Compared to previous month
Last year
0%
1,979
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
Peer Dependencies
6
Dev Dependencies
35
BigDesign Patterns
BigDesign React Patterns.
Documentation
You can find documentation and examples on our docs page.
Quick start guide
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
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
- Info: security policy file detected: SECURITY.md:1
- Info: Found linked content: SECURITY.md:1
- Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1
- Info: Found text in security policy: SECURITY.md:1
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE.md:0
- Warn: project license file does not contain an FSF or OSI license.
Reason
Found 8/10 approved changesets -- score normalized to 8
Reason
5 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55
- Warn: Project is vulnerable to: GHSA-7m27-7ghc-44w9
- Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: topLevel permissions set to 'write-all': .github/workflows/changesets.yml:10
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/changesets.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/bigcommerce/big-design/changesets.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/changesets.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/bigcommerce/big-design/changesets.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/changesets.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/bigcommerce/big-design/changesets.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/changesets.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/bigcommerce/big-design/changesets.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/changesets.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/bigcommerce/big-design/changesets.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/changesets.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/bigcommerce/big-design/changesets.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/changesets.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/bigcommerce/big-design/changesets.yml/main?enable=pin
- Info: 0 out of 5 GitHub-owned GitHubAction dependencies pinned
- Info: 0 out of 2 third-party GitHubAction dependencies pinned
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 28 are checked with a SAST tool
Score
5.8
/10
Last Scanned on 2025-02-03
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