SilkFoundationStyles

@Composable
fun SilkFoundationStyles(initSilk: (InitSilkContext) -> Unit = {})(source)

Handle initialization so that the rest of your application can use Silk widgets.

NOTE: If you are calling this method manually yourself (that is, you're not using SilkApp which handles this for you), you may also want to call KobwebComposeStyles to enable support for compose-ish widgets like Box, Column, Row, etc.