PHPackages                             mijnui/mijnui - 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. mijnui/mijnui

ActiveLibrary[Framework](/categories/framework)

mijnui/mijnui
=============

UI component library for Laravel.

v1.x-dev(1mo ago)0447↓100%[2 issues](https://github.com/mijn-ui/mijn-ui-tall/issues)MITBladePHP ^8.1

Since Jun 21Pushed 1mo agoCompare

[ Source](https://github.com/mijn-ui/mijn-ui-tall)[ Packagist](https://packagist.org/packages/mijnui/mijnui)[ RSS](/packages/mijnui-mijnui/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (12)Used By (0)

MIJN UI
=======

[](#mijn-ui)

MIJNUI is a UI component library designed specifically for [Livewire](https://livewire.laravel.com) applications. It is built with [Tailwind CSS](https://tailwindcss.com), offering a collection of components that are simple to implement and highly customizable.

Explore the components in action by visiting .

Prerequisites
-------------

[](#prerequisites)

Before installing Mijnui, ensure your project meets the following requirements:

- Laravel v10.0+
- Livewire v3.5.19+
- Tailwind CSS v4.0+

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

[](#installation)

To install, run the following command from your project’s root directory:

```
composer require mijnui/mijnui
```

Getting Started
---------------

[](#getting-started)

### 1. Include Mijnui Assets

[](#1-include-mijnui-assets)

Add the `@mijnuiScripts` Blade directives to your layout file:

```

    ...
    @mijnuiScripts

```

### 2. Set up Tailwind CSS

[](#2-set-up-tailwind-css)

Mijnui uses Tailwind CSS for its default styling. Add the following configuration to your `resources/css/app.css` file:

```
@import '../../vendor/mijnui/mijnui/dist/mijnui.css';

@tailwind base;
@tailwind components;
@tailwind utilities;
```

If you haven't installed Tailwind yet, you can follow the installation guide on the [Tailwind website](https://tailwindcss.com/docs/guides/laravel).

Configure Tailwind to use this font in your `resources/css/app.css`:

Asset Publishing
----------------

[](#asset-publishing)

This command will publish the necessary assets for the MIJN UI component library to your Laravel project. The assets include CSS, JavaScript, and other resources needed for the components to function properly in your application.

```
php artisan vendor:publish --tag=mijnui-assets
```

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance96

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 59% 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 ~0 days

Total

2

Last Release

49d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/00342fefdc74d266ef828c610965a169518ceba107048b73a62672bdc4c69cc9?d=identicon)[picoinno](/maintainers/picoinno)

---

Top Contributors

[![Zai185](https://avatars.githubusercontent.com/u/86978374?v=4)](https://github.com/Zai185 "Zai185 (111 commits)")[![paingsoeko](https://avatars.githubusercontent.com/u/97599513?v=4)](https://github.com/paingsoeko "paingsoeko (50 commits)")[![waiyanphoneaant](https://avatars.githubusercontent.com/u/116021611?v=4)](https://github.com/waiyanphoneaant "waiyanphoneaant (13 commits)")[![ArKar524](https://avatars.githubusercontent.com/u/135245798?v=4)](https://github.com/ArKar524 "ArKar524 (8 commits)")[![kyawlinntun-gif](https://avatars.githubusercontent.com/u/59950395?v=4)](https://github.com/kyawlinntun-gif "kyawlinntun-gif (4 commits)")[![SawHtutNaing](https://avatars.githubusercontent.com/u/92213575?v=4)](https://github.com/SawHtutNaing "SawHtutNaing (2 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M120](/packages/cakephp-chronos)

PHPackages © 2026

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