All Projects → rawilk → laravel-form-components

rawilk / laravel-form-components

Licence: MIT license
Form components built for Tailwind & Livewire.

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to laravel-form-components

Fui
Add CLI & form interface to your program. Docs: https://docs.rs/fui
Stars: ✭ 244 (+8.44%)
Mutual labels:  form
react-input
A single component for building forms in React
Stars: ✭ 44 (-80.44%)
Mutual labels:  form
react-use-hubspot-form
Embed HubSpot forms into your React components using hooks! Works with Create React App, Gatsby and other platforms.
Stars: ✭ 41 (-81.78%)
Mutual labels:  form
Final Form
🏁 Framework agnostic, high performance, subscription-based form state management
Stars: ✭ 2,787 (+1138.67%)
Mutual labels:  form
elderform
💪🏽 Form creation made easy, backed by state machines
Stars: ✭ 30 (-86.67%)
Mutual labels:  form
musicWebTemplate
Free website template built for musicians / artists to promote their music and connect to their audience.
Stars: ✭ 26 (-88.44%)
Mutual labels:  form
Htmlpurifierbundle
HTML Purifier is a standards-compliant HTML filter library written in PHP.
Stars: ✭ 234 (+4%)
Mutual labels:  form
craft3-forms
This craft CMS 3 form plugin makes it easy to create and use custom forms with the features the Yii 2 Framework offers. On top of this, the plugin provides even more functionalities for easy implementation of forms in twig templates.
Stars: ✭ 20 (-91.11%)
Mutual labels:  form
react-apollo-form
Build React forms based on GraphQL APIs.
Stars: ✭ 195 (-13.33%)
Mutual labels:  form
veasy
A comprehensive react form solution which aims to eliminate all tedious logic.
Stars: ✭ 31 (-86.22%)
Mutual labels:  form
Vue Form Json Schema
Create forms using JSON schema. Bring your components!
Stars: ✭ 253 (+12.44%)
Mutual labels:  form
WP-Media-Uploader
Easily create a custom media upload button in WordPress admin dashboard that you can use in your plugin
Stars: ✭ 25 (-88.89%)
Mutual labels:  form
form-bunch
Form-bunch is a component like plugin that make it easier to write form, you could add the most of components what you want to form-bunch for build various form.
Stars: ✭ 18 (-92%)
Mutual labels:  form
Django Bootstrap Modal Forms
A Django plugin for creating AJAX driven forms in Bootstrap modal.
Stars: ✭ 244 (+8.44%)
Mutual labels:  form
powermail
This is the official repository of the TYPO3 extension powermail! Powermail is a well-known, editor-friendly, powerful and easy mailform extension for TYPO3
Stars: ✭ 76 (-66.22%)
Mutual labels:  form
Form bloc
🔥 Dart and Flutter Package 🔥 Easy Form State Management using BLoC pattern 🔥 Wizard/stepper forms, asynchronous validation, dynamic and conditional fields, submission progress, serialization and more! 🔥
Stars: ✭ 239 (+6.22%)
Mutual labels:  form
antd-form-mate
📦 基于 ant design 的表单组件,配置化实现表单功能。
Stars: ✭ 14 (-93.78%)
Mutual labels:  form
react-form-firebase
Simple form with Firebase
Stars: ✭ 26 (-88.44%)
Mutual labels:  form
FrontendForms
A module for ProcessWire CMS to create and validate forms on the frontend easily using the Valitron library.
Stars: ✭ 0 (-100%)
Mutual labels:  form
mobx-react-form-devtools
DevTools for MobX React Form
Stars: ✭ 30 (-86.67%)
Mutual labels:  form

Laravel Form Components

Latest Version on Packagist Tests Total Downloads

social image

Laravel form components provides common form components to help build forms faster using Tailwind CSS. Supports validation, old form values, and wire:model.

Installation

You can install the package via composer:

composer require rawilk/laravel-form-components

You can publish the config file with:

php artisan fc:publish

Tip: You can also publish the package views by adding the --views flag to the command:

php artisan fc:publish --views

You can view the default configuration here: https://github.com/rawilk/laravel-form-components/blob/main/config/form-components.php

Documentation

For more documentation, please visit: https://randallwilk.dev/docs/laravel-form-components

Demo

For a demo of some of the components, please visit: https://laravel-form-components.randallwilk.dev

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

Please review my security policy on how to report security vulnerabilities.

Credits

This package is also heavily inspired by Laravel Form Components and Blade UI Kit.

Alternatives

This package was created to satisfy my own needs and preferences, and relies on TailwindCSS, TailwindUI, and AlpineJS for styling and functionality. You can always try one of these alternatives if your needs differ:

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].