SvkOutlinedButton

fun SvkOutlinedButton(onClick: () -> Unit, text: String)

Composable function for rendering a custom outlined button with Svk styling.

Parameters

onClick

Callback for handling button click.

text

The text to display on the button.