Selector

DropdownSelector allows user to select from options displayed in adropdown

Import

import { Selector } from "io-elements"

Usage

Props

NAMETYPEREQUIREDDEFAULT
titleStringfalse` `
Listdata{ name: string; value: string }[] | array of objectsfalse[empty array]
containerStyleViewStyle | objectfalse{ borderRadius: 10, borderWidth: 2, borderColor: "red", width: 200, }
dropdownTextStyleTextStyle | objectfalse#2089dc
iconStyleobjectfalse{ size: 30, color: "#000000", }
btnTypesolid or outlined | string falsesolid
onSelect functionfalse()=>{}