0.0.1 • Published 2 years ago

chipselector_by_kabeer v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Custom Chip Selector

Build components without repetition. 1. Chips View

System Requirements

  • Node and npm installed
  • MacOS, Windows and Linux are supported

Installation

  1. To install, run:
    npm i chipselector_by_kabeer

Usage

  1. Load the module in your component
import CustomChipSelector from 'chipselector_by_kabeer';
  1. Configurable/Required props for CustomChipSelector when navigating:
PropTypeDescription
optionsArrayIts the Chips that you want to render on your Screen
selectedValueArrayCalling selected Value will return a JavaScript array of objects representing the current selection. Each object will contain all of the properties/values.
onSelectedValueArrayThe on Selected value, is the State that is used to update our state or Add in state.
onSelectedValueArrayThe on Selected value, is the State that is used to update our state or Add in state.
multibooleanA control or widget that allows multiple items to be selected.
chipsViewStyleObjectbackgroundColor ,fontColor ,borderColor,fontWeight.

Contact

KabeerHaseja@empglabs.com