Sha256: 1927f27569e73f13046e77d196034ffc16f6fa4be420e3d544fbd4a6fcaed9d5

Contents?: true

Size: 690 Bytes

Versions: 1007

Compression:

Stored size: 690 Bytes

Contents

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

const SelectableListDefault = (props) => {
  return (
    <div>
      <SelectableList variant="radio">
        <SelectableList.Item
            label="Small"
            name="radio"
            value="1"
            {...props}
        />
        <SelectableList.Item
            defaultChecked
            label="Medium"
            name="radio"
            value="2"
            {...props}
        />
        <SelectableList.Item
            label="Large"
            name="radio"
            value="3"
            {...props}
        />
      </SelectableList>
    </div>
  )
}

export default SelectableListDefault

Version data entries

1,007 entries across 1,007 versions & 2 rubygems

Version Path
playbook_ui_docs-14.12.0.pre.alpha.testingwithfas5689 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-14.12.0.pre.alpha.testingwithfas5689 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-14.12.0.pre.alpha.testingwithfas5686 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-14.12.0.pre.alpha.testingwithfas5686 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-14.12.0.pre.alpha.play1828updateviteversion5680 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-14.12.0.pre.alpha.play1828updateviteversion5680 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5673 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5673 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5655 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5655 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-14.12.0.pre.alpha.PBNTR720railscarddraggable5649 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-14.12.0.pre.alpha.PBNTR720railscarddraggable5649 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5646 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5646 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-14.11.1.pre.alpha.PBNTR440enableglobalpropspbformwith5624 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-14.11.1.pre.alpha.PBNTR440enableglobalpropspbformwith5624 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-14.12.0 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-14.12.0.pre.rc.12 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-14.12.0.pre.rc.12 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-14.11.1.pre.alpha.PLAY17445539 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx