Sha256: 124b572a6d588bc09550039f3da7367ee4c1f61a3260a1b275764765732041f1

Contents?: true

Size: 531 Bytes

Versions: 722

Compression:

Stored size: 531 Bytes

Contents

import React from 'react'
import { Typeahead } from 'playbook-ui'

const options = [
  { label: 'Windows', value: '#FFA500' },
  { label: 'Siding', value: '#FF0000' },
  { label: 'Doors', value: '#00FF00' },
  { label: 'Roofs', value: '#0000FF' },
]

const TypeaheadWithPills = (props) => {
  return (
    <>
      <Typeahead
          isMulti
          label="Colors"
          options={options}
          pillColor="neutral"
          placeholder=""
          {...props}
      />
    </>
  )
}

export default TypeaheadWithPills

Version data entries

722 entries across 722 versions & 2 rubygems

Version Path
playbook_ui_docs-14.12.0.pre.alpha.play1790darkaudittable5802 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui-14.12.0.pre.alpha.play1790darkaudittable5802 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui_docs-14.12.0.pre.alpha.play1752updatecontenttag5801 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui-14.12.0.pre.alpha.play1752updatecontenttag5801 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui_docs-14.13.0.pre.rc.6 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui-14.13.0.pre.rc.6 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui_docs-14.13.0.pre.rc.5 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui-14.13.0.pre.rc.5 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui_docs-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5781 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5781 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui_docs-14.13.0.pre.rc.4 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui-14.13.0.pre.rc.4 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui_docs-14.12.0.pre.alpha.playrailsinputmaskissue5775 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui-14.12.0.pre.alpha.playrailsinputmaskissue5775 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui_docs-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5757 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5757 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui_docs-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5754 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5754 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui_docs-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobugzindextoken5751 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobugzindextoken5751 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx