Sha256: 0363a5b27dd59b0e22f3ed69a068e12a1c5385690e4011c305e5d822b3de2958

Contents?: true

Size: 503 Bytes

Versions: 515

Compression:

Stored size: 503 Bytes

Contents

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

const DropdownSeparatorsHidden = (props) => {

  const options = [
    {
      label: "United States",
      value: "United States",
    },
    {
      label: "Canada",
      value: "Canada",
    },
    {
      label: "Pakistan",
      value: "Pakistan",
    }
  ];  


  return (
  <div>
    <Dropdown
        options={options}
        separators={false}
        {...props}
    />
  </div>
  )
}

export default DropdownSeparatorsHidden

Version data entries

515 entries across 515 versions & 2 rubygems

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