select

v1.0.5arrow_drop_down
v1.0.5
v1.0.4
v1.0.0
STATUS
Passing
DOWNLOADS
315
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
5 years ago
SIZE
4 KB
Select component
1 contributor
Install select as a package?
Copied
npm i @bit/dennisdigital.components.atoms.select
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
chevron_left
chevron_right
Select ()

Select component

Properties
NameTypeDefault value
name
string''
options
Array[]
selected
string''
onChange
function() => {}
onBlur
function() => {}
extraClassNames
objectOf{}
context
{"css_prefix":"string"}{}
Test Summary

should render without any props

Pass

check options props

Pass

check selected props

Pass

check onChange props

Pass

check onBlur props

Pass

check extraClassNames props

Pass
Help and resources