surface-ui / surface

A server-side rendering component library for Phoenix
https://surface-ui.org
MIT License
2.08k stars 150 forks source link

Dynamic render for components #614

Closed theycallmehero closed 2 years ago

theycallmehero commented 2 years ago

LiveView has: .live_component/1 .component/2

These functions can be used, but default prop values go missing. What would be Surface equivalent?

simonmcconnell commented 2 years ago

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