surface v0.1.0-alpha.1 API Reference
Modules
Surface is component based library for Phoenix LiveView.
Defines a stateless component.
Generates a link that will patch the current LiveView.
Generates a link that will redirect to a new LiveView.
A macro component the does not translate any of its contents.
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.