PHPackages                             guillermo-rod/laravel-blade-ui - 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. guillermo-rod/laravel-blade-ui

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

guillermo-rod/laravel-blade-ui
==============================

A set of components to utilise in your Laravel Blade views supporting custom themes

0451PHP

Since Nov 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Guillermo-Rod/laravel-blade-ui)[ Packagist](https://packagist.org/packages/guillermo-rod/laravel-blade-ui)[ RSS](/packages/guillermo-rod-laravel-blade-ui/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (1)

Laravel Blade Ui
================

[](#laravel-blade-ui)

A set of components to utilize in your Laravel Blade views supporting custom themes

### Themes

[](#themes)

This package is useful to save development time in Laravel, since it provides a list of basic components to start a web development like form inputs, modal, table, etc..

The currently available theme is bootstrap4

### Switching between themes

[](#switching-between-themes)

Just need add the "theme" attribute in any ``

```

```

### Components

[](#components)

### Alerts

[](#alerts)

```

```

### Buttons

[](#buttons)

```

```

### Loaders

[](#loaders)

```

	type  = [circle (default)| square | clock | dots-jumping | dots-fading | bars]
	color = #hex

```

### Modals

[](#modals)

```

		Lorem ipsum dolor... //$slot

```

You can access to all levels of the modal with the especial attributes using the same syntax:

```
-> container
	-> dialog
		-> header
			-> title
			-> close
		-> body
		-> footer

// container-class=""
   $level-class="some-class-to-add"

// :container-jattributes="[
	'data-toggle' => 'tooltip'
]"

   :$level-jattributes="['attribute' => 'value']"

```

### Forms

[](#forms)

You can use 3 components input, textarea, select

```

		@foreach (['rojo','azul','amarilllo'] as  $item)
			{{  $item  }}
		@endforeach

```

### Tables

[](#tables)

The default bootstrap4 table internally has the table-responsive class, but you can change using the "container-class" or "the container-jattributes"

```

			Id
			Name

			1
			Guillermo

```

### Flexibility

[](#flexibility)

You can use js frameworks with the components, this is a simple example with the "textarea" component and Alphinejs

```

		Mensaje:  // $slot

```

### Author

[](#author)

Guillermo Rodriguez |

### Version

[](#version)

v0.1.0-bootstrap4

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb0c3a841bb1d97e67b777754fc32c6fa71e01308016b9c812f3442dc3d4cebf?d=identicon)[Guillermo-Rod](/maintainers/Guillermo-Rod)

### Embed Badge

![Health badge](/badges/guillermo-rod-laravel-blade-ui/health.svg)

```
[![Health](https://phpackages.com/badges/guillermo-rod-laravel-blade-ui/health.svg)](https://phpackages.com/packages/guillermo-rod-laravel-blade-ui)
```

###  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)
