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

Link to this section Summary

Link to this section Functions

Link to this function

jeep(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.jeep />

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

or as a function

<%= jeep() %>

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