Box (Boxicons Heex v2.14.3) View Source

Boxicon Heex is a Phoenix component library that wraps the amazing boxicons library.

Usage:

  defmodule MyComponent do

    @impl true
    def render(assigns) do
      ~H"""
        <Box.icons
          name="calendar"
          type="regular"
          size="64"
          class="icon green"
        />
      """
    end
  end

To get a full list of all the available icons, go to https://boxicons.com/

Link to this section Summary

Link to this section Functions