UNPKG

@hcflgov/vue-html-wrapper

Version:
12 lines (10 loc) 283 B
```html <ul is="hc-accordion" ref="accordion" multiple> <li is="hc-accordion-item"> <span slot="header">Header</span> Content </li> </ul> <button @click="$refs.accordion.showAll()">Expand All</button> <button @click="$refs.accordion.hideAll()">Collapse All</button> ```