Sha256: 1927f27569e73f13046e77d196034ffc16f6fa4be420e3d544fbd4a6fcaed9d5

Contents?: true

Size: 690 Bytes

Versions: 948

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

948 entries across 948 versions & 2 rubygems

Version Path
playbook_ui_docs-13.33.1.pre.alpha.PLAY14143336 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.33.1.pre.alpha.PLAY14143336 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-13.33.0.pre.alpha.PLAY14143318 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.33.0.pre.alpha.PLAY14143318 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-13.33.0.pre.alpha.PLAY14143312 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.33.0.pre.alpha.PLAY14143312 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-13.33.0.pre.alpha.PLAY14143306 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.33.0.pre.alpha.PLAY14143306 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-13.33.0.pre.alpha.PLAY14143305 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.33.0.pre.alpha.PLAY14143305 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-13.32.0.pre.alpha.PLAY14143297 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.32.0.pre.alpha.PLAY14143297 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-13.32.0.pre.alpha.PLAY14143288 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.32.0.pre.alpha.PLAY14143288 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-13.32.0.pre.alpha.PLAY14143272 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.32.0.pre.alpha.PLAY14143272 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-13.32.0.pre.alpha.PLAY14143271 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.32.0.pre.alpha.PLAY14143271 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-13.32.0.pre.alpha.PLAY14143267 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.32.0.pre.alpha.PLAY14143267 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx