solidogen
06/04/2021, 11:17 AM--continuous
argument for jsBrowserRun task in Getting Started tutorial, developing with live reload is far more productivesolidogen
06/04/2021, 11:45 AM@Composable
fun Strong(
content: ContentBuilder<HTMLElement>? = null
) {
val emptyAttrs: AttrBuilderContext<Tag> = {}
TagElement("strong", applyAttrs = emptyAttrs, content = content)
}
hfhbd
06/04/2021, 5:09 PMhfhbd
06/04/2021, 5:10 PMsolidogen
06/04/2021, 5:14 PM