View Source Phosphoricons.Bold.X (Phosphoricons v0.0.3)

Link to this section Summary

Link to this section Functions

Link to this function

x(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.x />

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

or as a function

<%= x() %>

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

x_circle(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.x_circle />

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

or as a function

<%= x_circle() %>

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

x_square(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.x_square />

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

or as a function

<%= x_square() %>

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