LinkButton

@Composable
fun LinkButton(path: String, modifier: Modifier = Modifier, text: String? = null, shape: ButtonShape = ButtonShape.RECTANGLE, primary: Boolean = false, content: @Composable () -> Unit = {})

Create a ThemedButton which acts likes a link, navigating to some target URL when clicked on.