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 today

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

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

1176d 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

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.1k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.3k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

282.2k](/packages/webkinder-sproutset)

PHPackages © 2026

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