link

@Composable
fun IComponent.link(href: String? = null, label: String? = null, icon: String? = null, target: String? = null, className: String? = null, id: String? = null, content: @Composable ILink.() -> Unit = {})(source)

Creates a Link component with a given label and icon.

Parameters

href

the link URL

label

the link label

icon

the link icon

target

the link target

className

the CSS class name

id

the ID attribute of the link

content

the content of the component