PHPackages                             jakeydevs/form-components - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. jakeydevs/form-components

ActiveLibrary[Templating &amp; Views](/categories/templating)

jakeydevs/form-components
=========================

Opinionated laravel form components based on Tailwind UI

0.2.2(3y ago)077BladePHP &gt;=7.4

Since Feb 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jakeydevs/form-components)[ Packagist](https://packagist.org/packages/jakeydevs/form-components)[ RSS](/packages/jakeydevs-form-components/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Form Components
===============

[](#form-components)

Package of inputs and design elements for forms based on Tailwind UI - very opinionated!

Install
-------

[](#install)

> composer require jakeydevs/form-components

Then you'll need to publish the components so Tailwind can pick up the styles:

> php artisan publish:vendor

Add a new stack to your page template which will let any Javascript be used. All included JS libraries are loaded from CDN's

`@stack('forms-head')``@stack('forms-js')`

Components
----------

[](#components)

### Form Sections

[](#form-sections)

Used to provide design scaffolding around a form. The SLOT should be used for the form content

``

VariableRequired - DefaultDescriptiontitleYesForm titledescriptionNo - nullForm descriptiontypeNo - two-colDesign type - two-col or stacked### Form Inputs

[](#form-inputs)

Main HTML input. Can be typed into different options (text, datetime-local, number etc)

``

VariableRequired - DefaultDescriptionnameYesThe input name - will come through in POSTtypeNo - textType of inputlabelNoLabel text - if omitted, label is not renderedhelpNoHelp text - if omitted, help is not renderedbindNoModel the value is binded toAny extra attributes are cast onto the Input directly such as required and value (default)

### Select

[](#select)

Select box with dropdown

```

```

VariableRequired - DefaultDescriptionnameYesThe input name - will come through in POSToptionsYesEither an array or objectlabelNoLabel text - if omitted, label is not renderedhelpNoHelp text - if omitted, help is not renderedtrackNo - idWill become the KEY if an object is used for optionsdisplayNo - textWill become what is displayed if an object is used for optionsbindNoModel the value is binded toAny extra attributes are cast onto the SELECT directly such as required

### Checkbox

[](#checkbox)

Toggle box for checkbox

``

VariableRequired - DefaultDescriptionnameYesThe input name - will come through in POSTlabelNoLabel text - if omitted, label is not renderedhelpNoHelp text - if omitted, help is not renderedbindNoModel the value is binded toValue can be used as a way of forcing the default

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~140 days

Total

4

Last Release

1125d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1290fa4a3d8c1e7dfbaf4b063ae47b90432661e8a9edb2cd3a4071553cbecf24?d=identicon)[jakeydevs](/maintainers/jakeydevs)

---

Top Contributors

[![jakeydevs](https://avatars.githubusercontent.com/u/1093096?v=4)](https://github.com/jakeydevs "jakeydevs (30 commits)")

### Embed Badge

![Health badge](/badges/jakeydevs-form-components/health.svg)

```
[![Health](https://phpackages.com/badges/jakeydevs-form-components/health.svg)](https://phpackages.com/packages/jakeydevs-form-components)
```

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
