Closed janosh closed 1 year ago
If no headings match selector, hide ToC by giving it class:hide, aria-hidden='true' and hidden=true.
class:hide
aria-hidden='true'
hidden=true
Add props to control this new behavior autoHide=true and warnOnEmpty=true, document them in readme and add tests.
autoHide=true
warnOnEmpty=true
Also new <slot name="title" />.
<slot name="title" />
If no headings match selector, hide ToC by giving it
class:hide
,aria-hidden='true'
andhidden=true
.Add props to control this new behavior
autoHide=true
andwarnOnEmpty=true
, document them in readme and add tests.Also new
<slot name="title" />
.