PhoenixFeathers.ToolTip (Phoenix Feathers v1.1.0-alpha) View Source

Link to this section Summary

Link to this section Functions

Callback implementation for Phoenix.LiveComponent.mount/1.

Example:

<%= live_component @socket, PhoenixFeathers.ToolTip,

text: "My tool tip help text.",
position: :right

do %> <div>My content here.</div> <% end %>