Sha256: bbd29f39e16bfdd4b7548d71a1d1f07d6485a954cc3efddcc9329cb333cd4f8f
Contents?: true
Size: 503 Bytes
Versions: 18
Compression:
Stored size: 503 Bytes
Contents
/* @flow */ import React from 'react' import { Flex, Icon } from '../../' import { components } from 'react-select' const Placeholder = (props: any) => ( <> <Flex align="center" className="placeholder" > <components.IndicatorsContainer {...props} /> <If condition={props.selectProps.plusIcon}> <Icon className="typeahead-plus-icon" icon="plus" /> </If> </Flex> </> ) export default Placeholder
Version data entries
18 entries across 18 versions & 1 rubygems