Package-level declarations

Types

Link copied to clipboard
sealed interface LinkKind : ComponentKind
Link copied to clipboard
object LinkVars

Properties

Link copied to clipboard

Style to use with A tags to give them Silk-themed colors.

Functions

Link copied to clipboard
@Composable
fun Link(path: String, modifier: Modifier = Modifier, variant: CssStyleVariant<LinkKind>? = null, openInternalLinksStrategy: OpenLinkStrategy? = null, openExternalLinksStrategy: OpenLinkStrategy? = null, updateHistoryMode: UpdateHistoryMode? = null, ref: ElementRefScope<HTMLElement>? = null, content: @Composable () -> Unit)

Linkable content which, when clicked, navigates to the target path.

@Composable
fun Link(path: String, text: String? = null, modifier: Modifier = Modifier, variant: CssStyleVariant<LinkKind>? = null, openInternalLinksStrategy: OpenLinkStrategy? = null, openExternalLinksStrategy: OpenLinkStrategy? = null, updateHistoryMode: UpdateHistoryMode? = null, ref: ElementRefScope<HTMLElement>? = null)

Linkable text which, when clicked, navigates to the target path.