Demo Component
data class DemoComponent(val name: String, val category: DemoCategory, val preview: @Composable () -> Unit, val code: String)
Represents a single demo component in the Stylish UI catalog.
Represents a single demo component in the Stylish UI catalog.