An implementation of GitHub's Primer Design System for Phoenix LiveView.
Primer Design provides a strong base for creating data driven applications such as rich CRUD applications with interactive forms.
All PrimerLive components accept the class
attribute for customisations (and often the classes
struct to address inner elements). Primer's utility classes allow a wide range of customisations without having to write custom styles.
PrimerLive components can be used in Phoenix LiveView pages and regular (non-LiveView) views in Phoenix applications.
Forms created with Ash Framework are supported.