Package-level declarations

Types

Link copied to clipboard
sealed interface TocKind : ComponentKind
Link copied to clipboard
object TocVars

Properties

Link copied to clipboard

Functions

Link copied to clipboard
@Composable
fun Toc(modifier: Modifier = Modifier, variant: CssStyleVariant<TocKind>? = null, minHeaderLevel: Int = 2, maxHeaderLevel: Int = 3, indent: CSSLengthOrPercentageNumericValue = 1.cssRem, provideHeadingText: (HTMLHeadingElement) -> String = { it.textContent.orEmpty() }, ref: ElementRefScope<HTMLUListElement>? = null)

Generates a table of contents for the current page, by searching the page for header elements with IDs.