Gathering detailed insights and metrics for @react-pakistan/react-icon-collection
Gathering detailed insights and metrics for @react-pakistan/react-icon-collection
Gathering detailed insights and metrics for @react-pakistan/react-icon-collection
Gathering detailed insights and metrics for @react-pakistan/react-icon-collection
React Icon Collection built upon React StoryBook
npm install @react-pakistan/react-icon-collection
Typescript
Module System
Node Version
NPM Version
TypeScript (99.87%)
Shell (0.09%)
JavaScript (0.03%)
HTML (0.02%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3 Stars
969 Commits
1 Forks
1 Watchers
5 Branches
1 Contributors
Updated on Dec 28, 2021
Latest Version
3.5.0
Package Id
@react-pakistan/react-icon-collection@3.5.0
Unpacked Size
12.41 MB
Size
2.05 MB
File Count
4,678
NPM Version
8.19.3
Node Version
16.19.0
Published on
Feb 11, 2023
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
57
React Pakistan is an OpenSource & Free Software (FOSS) platform, creating React software solutions for the global community. ⭐⭐⭐
A generic, Icons library for React web apps, following modern approach by building your project's UI in isolation using state of the art Storybook along with React.
Checkout React Icon Collection
1 // to install dependencies 2 yarn 3 // to start local dev server 4 yarn start 5 // to run all tests locally 6 yarn test
OR
1 // to install dependencies 2 npm install 3 // to start local dev server 4 npm start 5 // to run all tests locally 6 npm test
Add React Icon Collection to your project.
1 yarn add @react-pakistan/react-icon-collection
OR
1 npm install @react-pakistan/react-icon-collection
Add React Icon Collection base theme to your project.
1 yarn add @react-pakistan/util-functions
OR
1 npm install @react-pakistan/util-functions
Refer to React Pakistan Docs for detail usage docs.
Styled Components are employed to maintain and update theme for this project. Please consider adding Styled Component Provider wrapper to the entry point of your application, following is the sample code. You could either use the default theme as shown below or wire your custom theme object instead.
1 import { ThemeProvider } from 'styled-components'; 2 import { theme } from '@react-pakistan/util-functions'; 3 4 <ThemeProvider theme={theme}> 5 <App /> 6 </ThemeProvider>
Since we wrote a script that generates all the icons on the fly, we don't feel the need to test all 1000's of React SVG components.
Should you like this project and would like to see more coming in future, please consider giving a ⭐ on Github project repo.
Thanks goes to these wonderful people (emoji key):
Contributors | GitHub | Emoji |
---|---|---|
Taimoor Khan | 🎨🤔🚧📆👀⚠️ |
If you need any help or have any question, please feel free to join ReactPakistan community at React Pakistan Slack.
I can be reachable via Taimoor Web or else should you wish to send over an expression of your interest to contribute towards ReactPakistan, please shoot an email.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/8 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
55 existing vulnerabilities detected
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