View Source Phosphoricons.Regular.K (Phosphoricons v0.0.4)

Link to this section Summary

Link to this section Functions

Link to this function

kanban(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.kanban />

<.kanban class="h-6 w-6 text-gray-500" />

or as a function

<%= kanban() %>

<%= kanban(class: "h-6 w-6 text-gray-500") %>
Link to this function

key(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.key />

<.key class="h-6 w-6 text-gray-500" />

or as a function

<%= key() %>

<%= key(class: "h-6 w-6 text-gray-500") %>
Link to this function

key_return(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.key_return />

<.key_return class="h-6 w-6 text-gray-500" />

or as a function

<%= key_return() %>

<%= key_return(class: "h-6 w-6 text-gray-500") %>
Link to this function

keyboard(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.keyboard />

<.keyboard class="h-6 w-6 text-gray-500" />

or as a function

<%= keyboard() %>

<%= keyboard(class: "h-6 w-6 text-gray-500") %>
Link to this function

keyhole(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.keyhole />

<.keyhole class="h-6 w-6 text-gray-500" />

or as a function

<%= keyhole() %>

<%= keyhole(class: "h-6 w-6 text-gray-500") %>
Link to this function

knife(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.knife />

<.knife class="h-6 w-6 text-gray-500" />

or as a function

<%= knife() %>

<%= knife(class: "h-6 w-6 text-gray-500") %>