View Source Shino.UI (shino v0.1.0-alpha.0)

UI components for Phoenix.

Usage

To make all components provided by Shino.UI available in Phoenix templates:

defmodule DemoWeb do
  # ...
  def html_helpers do
    quote do
      # ...
      use Shino.UI
      # ...
    end
  end
  # ...
end

References

As long as they are suitable, it doesn't matter where they come from.

Projects

Currently, the components are inspired by:

Icons

TODO

Summary

Functions