Sha256: 7e6aaf2da6d7040d1da43e6310ff459eaea643edbe4bb1c6b79e294898129d4a

Contents?: true

Size: 482 Bytes

Versions: 50

Compression:

Stored size: 482 Bytes

Contents

/* @flow */

import React from 'react'
import { Typeahead } from '../..'

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

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

export default TypeaheadWithPills

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
playbook_ui-7.11.1 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.11.0 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.11.0.pre.alpha1 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.10.0 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.9.0 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.8.4 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.8.3 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.8.2 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.8.1 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.8.0 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.7.0.pre.alpha1 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.7.0 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.6.2.pre.alpha1 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.6.2 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.6.1.pre.alpha1 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.6.1 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.6.0 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.5.1 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.5.0 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx
playbook_ui-7.4.2 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx