Sha256: c924c302d8cd5ccd2ad2947ff63582ba9354e859eaa06f828b1df7dd5ab51e74

Contents?: true

Size: 719 Bytes

Versions: 948

Compression:

Stored size: 719 Bytes

Contents

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

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

948 entries across 948 versions & 2 rubygems

Version Path
playbook_ui_docs-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5340 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5340 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui_docs-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5339 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5339 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui_docs-14.12.0.pre.rc.3 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-14.12.0.pre.rc.3 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui_docs-14.12.0.pre.rc.2 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-14.12.0.pre.rc.2 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui_docs-14.12.0.pre.rc.1 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-14.12.0.pre.rc.1 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui_docs-14.12.0.pre.rc.0 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-14.12.0.pre.rc.0 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui_docs-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5315 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5315 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui_docs-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5314 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5314 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui_docs-14.10.0.pre.alpha.PLAY1750pbcontenttagkitbutton5308 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-14.10.0.pre.alpha.PLAY1750pbcontenttagkitbutton5308 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui-14.11.1 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
playbook_ui_docs-14.11.0.pre.rc.17 app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx