UNPKG

@gitlab/ui

Version:
22 lines (18 loc) 784 B
import examples from './examples'; var description = "# GlAccordionItem\n\n<!-- STORY -->\n\n## Usage\n\nUse `GlAccordionItem` to place the accordion item within your accordion.\n"; var accordion_item_documentation = { description: description, examples: examples, propsInfo: { title: { additionalInfo: 'Used to set the title of accordion link.' }, visible: { additionalInfo: 'When set, it will ensure the accordion item is initially visible.' }, accordion: { additionalInfo: 'The name of the accordion group that this accordion item belongs to. Supplying an accordion group identifier will provide the effect of closing other accordion item when one accordion item is visible.' } } }; export default accordion_item_documentation;