Surface - A component-based library for Phoenix LiveView

@odix67 it’s possible to use stateless Surface.Component components in dead views as long as you use ~F instead of ~H. So make sure you import Surface and use the version on master.

In the near future, you will be able to use Surface components in ~H too but only after LV incorporates other core features from Surface’s component model, for instance, slots, which is already on the roadmap.

2 Likes