Sha256: de8ea10f0f0b4a9c555294f7001594d52f9e459c71e6e8cd2b124b6278567a0e

Contents?: true

Size: 713 Bytes

Versions: 100

Compression:

Stored size: 713 Bytes

Contents

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

const DropdownSubcomponentStructure = (props) => {


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


  return (
  <div>
    <Dropdown
        options={options}
        {...props}
    >
      <Dropdown.Trigger/>
      <Dropdown.Container>
        {options.map((option) => (
          <Dropdown.Option key={option.id} 
              option={option}
          />
        ))}
      </Dropdown.Container>
    </Dropdown>
  </div>
  )
}

export default  DropdownSubcomponentStructure

Version data entries

100 entries across 100 versions & 2 rubygems

Version Path
playbook_ui_docs-13.30.0.pre.alpha.PBNTR353draggablev53136 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-13.30.0.pre.alpha.PBNTR353draggablev53136 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui_docs-13.30.0.pre.alpha.PLAY1328fixtimelinekitglobalpropsreact3096 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-13.30.0.pre.alpha.PLAY1328fixtimelinekitglobalpropsreact3096 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-13.30.0 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui_docs-13.29.0.pre.alpha.removeduplicatekitexampleclass3063 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-13.29.0.pre.alpha.removeduplicatekitexampleclass3063 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui_docs-13.29.0.pre.alpha.PBNTR329draggablev33060 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-13.29.0.pre.alpha.PBNTR329draggablev33060 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui_docs-13.29.0.pre.alpha.PBNTR329draggablev33059 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-13.29.0.pre.alpha.PBNTR329draggablev33059 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui_docs-13.29.0.pre.alpha.testingcollapsibleissue3052 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-13.29.0.pre.alpha.testingcollapsibleissue3052 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-13.29.0 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui_docs-13.28.0.pre.alpha.PBNTR297gradientoverlay3029 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-13.28.0.pre.alpha.PBNTR297gradientoverlay3029 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui_docs-13.28.0.pre.alpha.pbntr312tableheaderflexremoval3019 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-13.28.0.pre.alpha.pbntr312tableheaderflexremoval3019 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui_docs-13.28.0.pre.alpha.dialogturbostreameventlistener3017 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-13.28.0.pre.alpha.dialogturbostreameventlistener3017 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx