View Source Phosphoricons.Fill.Q (Phosphoricons v0.0.4)

Link to this section Summary

Link to this section Functions

Link to this function

qr_code(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.qr_code />

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

or as a function

<%= qr_code() %>

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

question(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.question />

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

or as a function

<%= question() %>

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

queue(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.queue />

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

or as a function

<%= queue() %>

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

quotes(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.quotes />

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

or as a function

<%= quotes() %>

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