Gathering detailed insights and metrics for react-haze
Gathering detailed insights and metrics for react-haze
Gathering detailed insights and metrics for react-haze
Gathering detailed insights and metrics for react-haze
@haze-ui/react
Haze-ui React component library for the web using unocss
@hazelyu/react-chatgpt-draft
Embedding your chatgpt agent into your react application, option in tailwindcss, from development to release, all in this react-chatgpt project.
hazelnut-ui
HAZELNUT UI - React & Typescript
hackerhaze-react-native-template
HackerHaze React Native Template made with react-native-navigation, TypeScript, Redux and more.
🌫 Easily show a fade at edges of lists to indicate scrollability
npm install react-haze
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (88.76%)
JavaScript (4.3%)
CSS (4.27%)
HTML (2.66%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
68 Stars
150 Commits
2 Watchers
3 Branches
1 Contributors
Updated on Nov 06, 2023
Latest Version
2.0.3
Package Id
react-haze@2.0.3
Unpacked Size
62.76 kB
Size
11.32 kB
File Count
20
NPM Version
8.10.0
Node Version
14.19.2
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
3
1
25
Easily show a fade at edges of lists to indicate scrollability
Install with npm or yarn
1npm install react-haze 2yarn add react-haze
Import the Haze
component
1import Haze from "react-haze";
Wrap a non-scrolling container with the haze component and choose props according to your preference.
1<Haze 2 orientation="horizontal" 3 scrollOffset={20} 4 gradientSize={50} 5 gradientColor="rgb(255, 254, 249)" 6> 7 {/* You content goes here */} 8</Haze>
There is a CodeSandBox demo here
Contributions are always welcome!
See CONTRIBUTING.md for ways to get started.
If you have any feedback, please create an issue reach me on twitter.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/8 approved changesets -- score normalized to 0
Reason
project is archived
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
90 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
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