Jonathan Lightbringer
Jonathan Lightbringer

Reputation: 574

Elixir/Phoenix LiveView documentation for conditional rendering attributes like :if

Does Phoenix have documentation for these attributes used with templates?

// where is documentation?
<div :if={length(@items) == 0}>
  0 result.
</div>

Upvotes: 1

Views: 2358

Answers (0)

Related Questions