Sha256: 98eaa2edbb2a44b1e1a1099264a8a59453fbd61856b788c182a4062931609ed3

Contents?: true

Size: 746 Bytes

Versions: 831

Compression:

Stored size: 746 Bytes

Contents

import React from 'react'
import { components } from 'react-select'

import User from '../../pb_user/_user'

const Option = (props: any) => {
  const {
    imageUrl,
  } = props.data
  const { valueComponent } = props.selectProps

  return (
    <components.Option {...props}>
      <>
        {!valueComponent && imageUrl &&
          <User
            align="left"
            avatarUrl={imageUrl}
            dark={props.selectProps.dark}
            name={props.label}
            orientation="horizontal"
          />
        }

        {valueComponent &&
          valueComponent(props.data)
        }

        {!valueComponent && !imageUrl &&
          props.label
        }
      </>
    </components.Option>
  )
}

export default Option

Version data entries

831 entries across 831 versions & 1 rubygems

Version Path
playbook_ui-14.12.0.pre.rc.2 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.12.0.pre.rc.1 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.12.0.pre.rc.0 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5315 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5314 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.10.0.pre.alpha.PLAY1750pbcontenttagkitbutton5308 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.11.1 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.11.0.pre.rc.17 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.11.0 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.11.0.pre.rc.16 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.10.0.pre.alpha.play16825301 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.11.0.pre.rc.15 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.11.0.pre.rc.14 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.11.0.pre.rc.13 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.11.0.pre.rc.12 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5274 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.10.0.pre.alpha.play16825244 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.11.0.pre.rc.11 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.11.0.pre.rc.10 app/pb_kits/playbook/pb_typeahead/components/Option.tsx
playbook_ui-14.10.0.pre.alpha.play1662cssbargraph5214 app/pb_kits/playbook/pb_typeahead/components/Option.tsx