UNPKG

@hcflgov/vue-html-wrapper

Version:
13 lines (12 loc) 230 B
```html <ul is="hc-accordion"> <li is="hc-accordion-item" open> <span slot="header">Header 1</span> Content 1 </li> <li is="hc-accordion-item"> <span slot="header">Header 2</span> Content 2 </li> </ul> ```