Laravel Form Components

screenshot of Laravel Form Components
tailwind

Form components built for Tailwind & Livewire.

Overview

Form Components for Laravel is a package that offers common form components to simplify the process of building forms using Tailwind CSS. With support for validation, old form values, and wire:model, this package aims to streamline form development in Laravel projects.

Features

  • Common Form Components: Provides a variety of commonly used form components.
  • Supports Validation: Includes functionality to support Laravel's form validation.
  • Old Form Values: Allows for populating form fields with old input values.
  • Wire:model: Supports the use of Livewire's wire:model for dynamic form interactions.
tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.