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.34.1.pre.alpha.pbntr258paginationkitforreact3409 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.34.1.pre.alpha.pbntr258paginationkitforreact3409 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-13.34.1.pre.alpha.pbntr258paginationkitforreact3404 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.34.1.pre.alpha.pbntr258paginationkitforreact3404 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-13.34.1.pre.alpha.powerfontsexternal3403 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.34.1.pre.alpha.powerfontsexternal3403 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-14.0.0 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-14.0.0 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-13.34.1.pre.alpha.PLAY14633399 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.34.1.pre.alpha.PLAY14633399 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-13.34.0.pre.alpha.PLAY14143373 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.34.0.pre.alpha.PLAY14143373 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-13.34.0.pre.alpha.PLAY14143372 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.34.0.pre.alpha.PLAY14143372 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-13.34.0.pre.alpha.PLAY14143358 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.34.0.pre.alpha.PLAY14143358 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-13.34.0.pre.alpha.PLAY14143357 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.34.0.pre.alpha.PLAY14143357 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui_docs-13.33.1.pre.alpha.PLAY14143340 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx
playbook_ui-13.33.1.pre.alpha.PLAY14143340 app/pb_kits/playbook/pb_selectable_list/docs/_selectable_list_radio.jsx