PHPackages                             blinq/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. blinq/ui

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

blinq/ui
========

This is my package ui

v0.0.7(2y ago)08[2 PRs](https://github.com/blinq-dev/laravel-ui/pulls)MITBladePHP ^8.1

Since Aug 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/blinq-dev/laravel-ui)[ Packagist](https://packagist.org/packages/blinq/ui)[ Docs](https://github.com/blinq-dev/laravel-ui)[ RSS](/packages/blinq-ui/feed)WikiDiscussions main Synced today

READMEChangelog (7)Dependencies (9)Versions (10)Used By (0)

Installation
============

[](#installation)

Dependecies:
------------

[](#dependecies)

- Tailwind CSS
- Alpine JS
- Blinq/Icons

When you use Tailwind CSS
-------------------------

[](#when-you-use-tailwind-css)

Edit your `tailwind.config.js` file and add the following lines:

```
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: [
    // ..
    ...require('./vendor/blinq/ui/tailwind.content'), // Add this line
  ],
  theme: {
    extend: {
      fontFamily: {
        // ..
        sans: ["Poppins", "sans-serif"], // Add this line
      },
      colors: {
        // ..
        ...require('./vendor/blinq/ui/tailwind.colors'), // Add this line
      },
    },
  },
}

Add the following lines to your `resources/css/app.css` file:

```css
@import "tailwindcss/base";
...

@import "../../vendor/blinq/ui/resources/css/main.css"; // Add this line
```

The font
========

[](#the-font)

```

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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 ~9 days

Total

7

Last Release

1009d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1346240?v=4)[Blinq](/maintainers/Blinq)[@Blinq](https://github.com/Blinq)

---

Top Contributors

[![lennardv2](https://avatars.githubusercontent.com/u/168357?v=4)](https://github.com/lennardv2 "lennardv2 (21 commits)")

---

Tags

laraveluiblinq

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

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

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/laravel-wallet

A simple wallet implementation for Laravel

26611.9k](/packages/stephenjude-laravel-wallet)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

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