Phoenix view helpers for HTML components styled with tailwindcss
Add the stylish
package to your list of dependencies in mix.exs
:
def deps do
[
{:stylish, "~> 0.0.9"}
]
end
Navigation links between the first, previous, current, next & last page of a table
<%= render(
Stylish.Table,
"navigation.html",
conn: @conn,
to: fn endpoint, page -> endpoint.example_path(endpoint, :index, page: page) end,
current_page: 5,
last_page: 10
) %>
- Alex Kwiatkowski - alex+git@fremantle.io
stylish
is released under the MIT license