Closed theycallmehero closed 2 years ago
LiveView has: .live_component/1 .component/2
.live_component/1
.component/2
These functions can be used, but default prop values go missing. What would be Surface equivalent?
DynamicComponent
See the tests for it here: https://github.com/surface-ui/surface/blob/main/test/surface/components/dynamic/component_test.exs
https://github.com/surface-ui/surface/blob/main/test/surface/components/dynamic/live_component_test.exs
LiveView has:
.live_component/1
.component/2
These functions can be used, but default prop values go missing. What would be Surface equivalent?