a11y_accordions icon indicating copy to clipboard operation
a11y_accordions copied to clipboard

Add feature: replace default classes with custom

Open scottaohara opened this issue 6 years ago • 0 comments

Add in feature for use of data-class attribute, where the set value will be the baseline class that the accordion wrapper will have applied to it, and child elements will use as it's BEM base.

e.g. data-class="my-acc"

should produce: .my-acc .my-acc__heading .my-acc__panel etc.

scottaohara avatar Jun 28 '18 22:06 scottaohara