Class

AashDisclosureButtonComponent

AashDisclosureButton~AashDisclosureButtonComponent(props)

Generates an element (a button by default) that toggles the the visibility of another element when clicked.

Example:

<button type="button" data-aash-role="disclosure-button"
  aria-expanded="true"
  aria-controls="onlyShownWhenDisclosed">Disclose</button>