This repository was archived by the owner on Mar 18, 2025. It is now read-only.
3.0.0
Breaking Changes
- Drop support for php 7
Added
- Add
container-class
prop to inputs - Add language file for any text used in components
- Add switch toggle component (
<x-switch-toggle />
)
Changed
- Allow
form-group
component label to be omitted by passing infalse
forlabel
- Update alpine dependency to version
2.8.0
- Lighten up input placeholder color (apply
placeholder-gray-400
to inputs)