View Source Phosphoricons.Light.O (Phosphoricons v0.0.3)

Link to this section Summary

Link to this section Functions

Link to this function

octagon(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.octagon />

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

or as a function

<%= octagon() %>

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

option(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.option />

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

or as a function

<%= option() %>

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