PHPackages                             rmirandasv/shadlar - 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. [Framework](/categories/framework)
4. /
5. rmirandasv/shadlar

ActiveLibrary[Framework](/categories/framework)

rmirandasv/shadlar
==================

UI Component library for Laravel applications

v0.0.1(7mo ago)03[4 PRs](https://github.com/rmirandasv/shadlar/pulls)MITBladePHP ^8.4CI passing

Since Nov 20Pushed 3mo agoCompare

[ Source](https://github.com/rmirandasv/shadlar)[ Packagist](https://packagist.org/packages/rmirandasv/shadlar)[ Docs](https://github.com/rmirandasv/shadlar)[ GitHub Sponsors](https://github.com/rmirandasv)[ RSS](/packages/rmirandasv-shadlar/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (13)Versions (7)Used By (0)

Shadlar
=======

[](#shadlar)

[![Latest Version on Packagist](https://camo.githubusercontent.com/520ce5159a3cac685bb26eb53e36a42213435a9477f8b9582279173a3dfff256/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726d6972616e646173762f736861646c61722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rmirandasv/shadlar)[![Total Downloads](https://camo.githubusercontent.com/b5def882c1d1cb07ac7d016fb2ae49ab11a34d3455bc649028a780d60de1d63b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726d6972616e646173762f736861646c61722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rmirandasv/shadlar)[![License](https://camo.githubusercontent.com/a8ae6bd300c9bfad4d280a3394d1738c111de59b8e1926ffd51023277dcf690e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f726d6972616e646173762f736861646c61722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rmirandasv/shadlar)

A minimalist Blade component library for Laravel applications, inspired by shadcn/ui. Shadlar provides a collection of customizable UI components built with Blade templates and Alpine.js for interactive functionality.

Features
--------

[](#features)

- **Blade Components**: Native Laravel Blade components that integrate seamlessly with your application
- **Alpine.js Integration**: Interactive components powered by Alpine.js for client-side behavior
- **Tailwind CSS**: Styled with Tailwind CSS utility classes for easy customization.
- **Composable**: Build complex UIs by composing smaller components together

Installation
------------

[](#installation)

You can install the package via Composer:

```
composer require rmirandasv/shadlar
```

### Publishing Assets

[](#publishing-assets)

Publish the CSS assets to your application:

```
php artisan vendor:publish --tag="shadlar-assets"
```

This will copy the CSS file to `resources/css/vendor/shadlar.css`. Include it in your main CSS file or import it in your build process.

### Publishing Views (Optional)

[](#publishing-views-optional)

If you need to customize the component templates, you can publish the views:

```
php artisan vendor:publish --tag="shadlar-views"
```

### Publishing Config (Optional)

[](#publishing-config-optional)

Publish the configuration file:

```
php artisan vendor:publish --tag="shadlar-config"
```

Usage
-----

[](#usage)

Once installed, you can use any Shadlar component in your Blade templates:

```

    Click me

        Card Title

        Card content goes here

```

Available Components
--------------------

[](#available-components)

Shadlar includes a wide range of components:

- **Layout**: Card, Sidebar, Empty states
- **Navigation**: Breadcrumb, Navigation Menu, Pagination
- **Forms**: Input, Textarea, Select, Checkbox, Radio, Form Field
- **Overlays**: Dialog, Dropdown, Combobox
- **Data Display**: Table, Badge, Avatar, Alert
- **Interactive**: Button, Tabs, Accordion, Toggle
- **And more...**

Documentation
-------------

[](#documentation)

For complete documentation, including component APIs, examples, and customization guides, visit:

****

Requirements
------------

[](#requirements)

- PHP 8.4 or higher
- Laravel 11.0 or 12.0
- Livewire 3.6 or higher
- Alpine.js (for interactive components)
- Tailwind CSS (for styling)

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Security
--------

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Ronald Miranda](https://github.com/rmirandasv)
- This package was created using the [Spatie Laravel Package Skeleton](https://github.com/spatie/package-skeleton-laravel)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance74

Regular maintenance activity

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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

Unknown

Total

1

Last Release

226d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fa32a6def84a92f04edba2d37ebf371531f08ea8bfc1da7085b41bac2c2c1f19?d=identicon)[rmirandasv](/maintainers/rmirandasv)

---

Top Contributors

[![rmirandasv](https://avatars.githubusercontent.com/u/8462799?v=4)](https://github.com/rmirandasv "rmirandasv (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravelrmirandasvshadlar

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/rmirandasv-shadlar/health.svg)

```
[![Health](https://phpackages.com/badges/rmirandasv-shadlar/health.svg)](https://phpackages.com/packages/rmirandasv-shadlar)
```

###  Alternatives

[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M132](/packages/laravel-pulse)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[filament/support

Core helper methods and foundation code for all Filament packages.

2331.0M245](/packages/filament-support)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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