Package-level declarations

Functions

Link copied to clipboard
fun AppHtmlText(html: String, modifier: Modifier = Modifier, style: TextStyle = MaterialTheme.typography.bodyMedium, color: Color = Color.Unspecified, linkColor: Color = MaterialTheme.colorScheme.primary, headingColor: Color = MaterialTheme.colorScheme.onSurface, onLinkClick: (String) -> Unit? = null)

AppHtmlText is a component designed to render strings containing basic HTML tags using the project's typography and color scheme.

Link copied to clipboard
Link copied to clipboard