Bh
Twitter Bootstrap 4 helpers for Phoenix.
Installation
Package is available in Hex and can be installed as:
- Add
:bhof the needed version to the list of dependencies inmix.exs:
def deps do
[{:bh, "~> 0.0.3"}]
end
- Use
use Bhto import all helpers into needed view:
defmodule YourApp.SomeView do
use YourApp.Web, :view
use Bh
end
- Now you can use helpers in your view like this:
<%= bh_label_pill "Pill text", context: :success %>
Licence
MIT