Gathering detailed insights and metrics for react-native-chip
Gathering detailed insights and metrics for react-native-chip
Gathering detailed insights and metrics for react-native-chip
Gathering detailed insights and metrics for react-native-chip
npm install react-native-chip
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
5 Stars
15 Commits
5 Forks
1 Watchers
1 Branches
3 Contributors
Updated on Mar 19, 2024
Latest Version
3.1.0
Package Id
react-native-chip@3.1.0
Unpacked Size
16.40 kB
Size
4.32 kB
File Count
8
NPM Version
6.14.6
Node Version
16.14.0
Published on
Apr 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
No dependencies detected.
React navite component to represent a list with different functionalities on a chip view base on react-native-chips
npm i react-native-chip
import RemovableChips from 'react-native-chip/RemovableChips'
<RemovableChips label="Enter item" initialChips={["Person", "Chair"]} onChangeChips={(chips) => console.log(chips)} alertRequired={true}/>
import SelectableChips from 'react-native-chip/SelectableChips'
<SelectableChips initialChips={["Person", "Chair","Coma","Dog"]} onChangeChips={(chips) => console.log(chips)} alertRequired={false}/>
name | description | type | default |
---|---|---|---|
label | Placeholder for the Text input | String | 'Enter Item' |
initialChips | Initial Chips to be present | Array | - |
onChangeChips | To get the value of chips in array | Function | - |
alertRequired | To trigger alert on adding and removing chips | Boolean | false |
chipStyle | Changing the style of chip elements | Style Object | - |
valueStyle | Changing the style of the value inside the chip | Style Object | - |
chipCloseStyle | Changing the x close of the chip | Style Object | - |
name | description | type | default |
---|---|---|---|
initialChips | Initial Chips to be present | Array | - |
initialSelectedChips | Initial Selected Chips to be present | Array | - |
onChangeChips | To get the value of selected chips in array | Function | - |
alertRequired | To trigger alert on adding and removing chips | Boolean | false |
chipStyle | Changing the style of chip elements | Style Object | - |
valueStyle | Changing the style of the value inside the chip | Style Object | - |
valueStyleSelected | Changing the style of the value inside the chip when is selected | Style Object | - |
chipStyleSelected | Changing the style of chip elements when is selected | Style Object | - |
name | description | type | default |
---|---|---|---|
initialChips | Initial Chips to be present | Array | - |
alertRequired | To trigger alert on adding and removing chips | Boolean | false |
chipStyle | Changing the style of chip elements | Style Object | - |
valueStyle | Changing the style of the value inside the chip | Style Object | - |
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change or reach me out via email gabr.933@gmail.com if you have an idea how i can improve the component.
react-native-chips is LICENSE @ Alexis Valenciano
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 3/10 approved changesets -- score normalized to 3
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
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