Components
The included components that handle the recurring parts in application development.
Heddle
Manages authentication, roles, permissions, sessions, abilities and guards.
Ledger
Meaningful user actions and audit trail.
Yarn
Asset management with types, data ownership and visibility.
Logger
Operational activity of Loom73 logging.
Weave API
Read only JSON API layer, GET only.
Flash Messages
Integrated user feedback system.
Theming
Support for custom themes.
Coming SoonFrontend Utilities
Loom73 ships with a handful of useful, vanilla JS frontend utilities. Recurring, always handy, in every project.
These utilities are all data-attribute driven. It is likely you'll never need to open up the JS file.
Loom73 utilities are accessible by default. They support keyboard navigation and standard ARIA attributes where necessary and/or relevant.
Data Tables
Tables with live search, sorting (with data-type recognition), paging.
View the Tables ExampleIn-view (intersection observer)
Manage intersection observers with a data attribute on the HTML element.
Forms
Frontend field validation with feedback on :user-invalid and checks the submit event.
View the Forms ExampleDialogs
Modern modals. Vanilla JS for the interactivity, everything else is CSS.
Tooltips
These are always handy. One data attribute, accessible, automatic top/bottom placement.
Flash Messages/Dismissables
Dismiss/remove an element from the page.
Responsive Navs
Add responsiveness to any nav element in your application with the well-established make-it-a-hamburger pattern.