Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 258 Bytes

components.md

File metadata and controls

16 lines (10 loc) · 258 Bytes

components

<.link>

sigils

  • sigil p - checks to make sure a route is verified

    <.link navigate={~p"/game/#{@puzzle}"}
    
  • attr - Allow us to pass data into a component

  • slots - Lets us render code inside a component

-[[index]]