Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit f717cec

Browse files
committed
Description
1 parent f037af0 commit f717cec

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Total Downloads](https://img.shields.io/packagist/dt/protonemedia/laravel-form-components.svg?style=flat-square)](https://packagist.org/packages/protonemedia/laravel-form-components)
77
[![Buy us a tree](https://img.shields.io/badge/Treeware-%F0%9F%8C%B3-lightgreen)](https://plant.treeware.earth/pascalbaljetmedia/laravel-form-components)
88

9-
A set of Blade components to build forms with [Tailwind CSS Custom Forms](https://tailwindcss-custom-forms.netlify.app) rapidly. It uses the default styling from the plugin and is still fully customizable!
9+
A set of Blade components to rapidly build forms with [Tailwind CSS Custom Forms](https://tailwindcss-custom-forms.netlify.app) and [Bootstrap 4](https://getbootstrap.com/docs/4.0/components/forms/). Supports validation, model binding, default values, translations, includes default vendor styling and fully customizable!
1010

1111
## Features
1212

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
{
22
"name": "protonemedia/laravel-form-components",
3-
"description": "Set of Laravel Blade components to build Tailwind forms.",
3+
"description": "Blade components to rapidly build forms with Tailwind CSS Custom Forms and Bootstrap 4.",
44
"keywords": [
55
"protonemedia",
66
"tailwind",
77
"tailwindcss",
8+
"bootstrap",
9+
"bootstrap4",
10+
"laravel",
11+
"form",
12+
"forms",
13+
"form-builder",
14+
"form-components",
15+
"laravel-form-builder",
816
"laravel-form-components"
917
],
1018
"homepage": "https://github.com/protonemedia/laravel-form-components",

0 commit comments

Comments
 (0)