Packages
Tailwind CSS and Alpine.js UI components for Phoenix LiveView. All 42 Pines elements: modal, dropdown, command palette, toast, table, date picker, tabs. Accessible, dark mode, AI-agent ready.
Current section
Files
Jump to
Current section
Files
pine_ui_phoenix
.formatter.exs
.formatter.exs
# Used by "mix format"
[
import_deps: [:phoenix, :phoenix_live_view],
plugins: [Phoenix.LiveView.HTMLFormatter],
# MUST stay false. On LiveView 1.x this option defaults to true, which rewrites every
# `<%= @x %>` in a ~H body into `{@x}`. Curly interpolation in tag bodies only exists from
# LiveView 1.0, so that rewrite would silently break every consumer on 0.20.x.
migrate_eex_to_curly_interpolation: false,
inputs: ["{mix,.formatter}.exs", "{config,lib,test,dev}/**/*.{ex,exs,heex}", "dev.exs"]
]