@gitlab/ui
Version:
GitLab UI Components
22 lines (20 loc) • 432 B
JavaScript
import examples from './examples';
import description from './segmented_control.md';
export default {
followsDesignSystem: false,
description,
examples,
bootstrapComponent: 'b-form-radio-group',
events: [
{
event: 'input',
description: 'Emitted when the selection changes',
args: [
{
arg: 'checked',
description: 'The selected option',
},
],
},
],
};