Package-level declarations

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Composable
fun SilkWidgetVariables()

Set all Silk variables on the DOM root.

@Composable
fun SilkWidgetVariables(provideElement: () -> HTMLElement)

Set all CSS variables needed by the Silk library to work.

@Composable
fun SilkWidgetVariables(elementId: String)

Set all Silk variables on an element with the target ID name.

@Composable
fun SilkWidgetVariables(element: HTMLElement)