UNPKG

@gitlab/ui

Version:
13 lines (9 loc) 480 B
import examples from './examples'; var description = "# Form radio\n\nForm radios and form radio groups for general use inside forms.\n\nNote: Form radio groups using subcomponents are not implemented yet as there are some weird side effects of wrapping individual radio buttons.\n"; var form_radio_documentation = { description: description, examples: examples, followsDesignSystem: true, bootstrapComponent: 'b-form-radio' }; export default form_radio_documentation;