Package-level declarations

Functions

Link copied to clipboard
@Composable
fun IComponent.navLink(href: String? = null, label: String? = null, icon: String? = null, target: String? = null, hide: Boolean = false, replace: Boolean = false, className: String? = null, id: String? = null, content: @Composable ILink.() -> Unit = {})

Creates a Link component with router support.

Link copied to clipboard
@Composable
fun IComponent.navLinkRef(href: String? = null, label: String? = null, icon: String? = null, target: String? = null, hide: Boolean = false, replace: Boolean = false, className: String? = null, id: String? = null, content: @Composable ILink.() -> Unit = {}): Link

Creates a Link component with router support, returning a reference.