BitstylesPhoenix (bitstyles_phoenix v0.6.0) View Source
Documentation for BitstylesPhoenix.
Setup & Getting started
Check out the main README.
Usage
Use by either BitstylesPhoenix.Components
or importing the components individually.
use BitstylesPhoenix.Components
# or
import BitstylesPhoenix.Button
Then call the ui_*
helpers from the components usable in your views.
ui_button("Save", type: "submit")
# => <button class="a-button" type="submit">Save</button>
Checkout the components for examples and showcases.