chipselector_by_kabeer
v0.0.1
Published
<div id="top"></div>
Downloads
16
Maintainers
Readme
Custom Chip Selector
Build components without repetition.
Chips View
System Requirements
- Node and npm installed
- MacOS, Windows and Linux are supported
Installation
- To install, run:
npm i chipselector_by_kabeer
Usage
- Load the module in your component
import CustomChipSelector from 'chipselector_by_kabeer';
- Configurable/Required props for CustomChipSelector when navigating:
| Prop | Type | Description |
|-----------------------|------------------|---|
| options
| Array | Its the Chips that you want to render on your Screen
| selectedValue
| Array | Calling selected Value will return a JavaScript array of objects representing the current selection. Each object will contain all of the properties/values.
| onSelectedValue
| Array | The on Selected value, is the State that is used to update our state or Add in state.
| onSelectedValue
| Array | The on Selected value, is the State that is used to update our state or Add in state.
| multi
| boolean | A control or widget that allows multiple items to be selected.
| chipsViewStyle
| Object | backgroundColor ,fontColor ,borderColor,fontWeight.