Current section

Files

Jump to
bitstyles_phoenix lib bitstyles_phoenix.ex
Raw

lib/bitstyles_phoenix.ex

defmodule BitstylesPhoenix do
@moduledoc """
Documentation for BitstylesPhoenix.
## Setup & Getting started
Check out the main [README](README.md).
## Usage
Use by either `use BitstylesPhoenix.Componets` or importing the components individually.
With both methods you get `ui_*` helpers from the components usable in your views.
## Components
Checkout the components for examples and showcases.
- `BitstylesPhoenix.Badge`
- `BitstylesPhoenix.Button`
- `BitstylesPhoenix.Error`
- `BitstylesPhoenix.Flash`
- `BitstylesPhoenix.Form`
- `BitstylesPhoenix.Icon`
- `BitstylesPhoenix.Time`
"""
end