surface v0.1.0-alpha.0 API Reference
Modules
Surface is component based library for Phoenix LiveView.
Defines a stateless component.
A macro component the does not translate any of its contents.
Defines a component that serves as a customizable data holder for the parent component.
A live (stateless or stateful) component. A wrapper around Phoenix.LiveComponent
.
A wrapper component around Phoenix.LiveView
.
A low-level component which is responsible for translating its own content at compile time.
Defines a behaviour that must be implemented by all HTML/Surface node translators.