Packages

Clarity is an interactive introspection and visualization tool for Elixir projects, providing navigable graphs and diagrams for frameworks like Ash, Phoenix, and Ecto.

Current section

Files

Jump to
clarity lib clarity components tree_component.html.heex
Raw

lib/clarity/components/tree_component.html.heex

<div>
<.render_vertex
graph={@graph}
vertex={%Clarity.Vertex.Root{}}
visible_ids={@visible_ids}
active_vertex={@active_vertex}
prefix={@prefix}
lens={@lens}
myself={@myself}
/>
</div>