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

Link to this section Summary

Link to this section Functions

Link to this function

yin_yang(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.yin_yang />

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

or as a function

<%= yin_yang() %>

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

youtube_logo(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.youtube_logo />

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

or as a function

<%= youtube_logo() %>

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