View Source Phosphoricons.Bold.O (Phosphoricons v0.0.4)
Link to this section Summary
Link to this section Functions
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") %>
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") %>