Gathering detailed insights and metrics for material-ui-search-bar-enhanced
Gathering detailed insights and metrics for material-ui-search-bar-enhanced
Gathering detailed insights and metrics for material-ui-search-bar-enhanced
Gathering detailed insights and metrics for material-ui-search-bar-enhanced
npm install material-ui-search-bar-enhanced
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3 Stars
85 Commits
2 Forks
1 Watchers
4 Branches
1 Contributors
Updated on May 18, 2022
Latest Version
0.5.5
Package Id
material-ui-search-bar-enhanced@0.5.5
Unpacked Size
45.50 kB
Size
28.63 kB
File Count
11
NPM Version
6.11.3
Node Version
10.15.0
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
2
2
Enhanced version of Wertarbyte's Material Search Bar.
onClear
props for the clearing event handler.See this component in action
1npm i --save material-ui-search-bar-enhanced
1import SearchBar from 'material-ui-search-bar-enhanced' 2 3// ... 4render() { 5 return( 6 <SearchBar 7 onChange={() => console.log('onChange')} 8 onRequestSearch={() => console.log('onRequestSearch')} 9 onClear={() => console.log('onClear')} 10 style={{ 11 margin: '0 auto', 12 maxWidth: 800 13 }} 14 /> 15 ) 16}
Name | Type | Default | Description |
---|---|---|---|
closeIcon | node | <CloseIcon color={grey500} /> | Override the close icon. |
dataSource | array | [] | Array of strings or nodes used to populate the list. |
dataSourceConfig | object | Config for objects list dataSource. | |
hintText | string | Search | Sets hintText for the embedded TextField. |
iconButtonStyle | object | Override the inline-styles of the button element. | |
onChange* | function | Fired when the text value changes. | |
onClear | function | Fired when the clear icon is clicked. | |
onRequestSearch* | function | Fired when the search icon is clicked. | |
searchIcon | node | <SearchIcon color={grey500} /> | Override the search icon. |
style | object | Override the inline-styles of the root element. | |
value | any | The value of the text field. | |
disabled | boolean | false | Disables underlying autocomplete. |
* required property
The files included in this repository are licensed under the MIT license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/28 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
119 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