bottomsheet_by_kabeer

0.0.6 • Public • Published

Custom Bottom Sheet

Build components without repetition.

  1. Bottom Sheet

System Requirements

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

Installation

  1. To install, run:
    npm i  bottomsheet_by_kabeer

(back to top)

Usage

  1. Load the module in your component
import CustomBottomSheet from 'bottomsheet_by_kabeer';
  1. Configurable/Required props for CustomChipSelector when navigating:
Prop Type Description
options Array Its the BottomSheet options 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.
title String DropDown Heading.
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.
bottomSheetRef Reference Reference of your bottom Sheet.
heading String bottom Sheet Heading.

Contact

KabeerHaseja@empglabs.com

(back to top)

Package Sidebar

Install

npm i bottomsheet_by_kabeer

Weekly Downloads

2

Version

0.0.6

License

none

Unpacked Size

249 kB

Total Files

69

Last publish

Collaborators

  • kabeerhaseja