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 1mo ago

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 22% 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

962d 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-data

Create unified resources and data transfer objects

1.7k28.9M627](/packages/spatie-laravel-data)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[lara-zeus/popover

Zeus Popover is filamentphp component to show a Popover with custom content in tables and infolist

2968.2k3](/packages/lara-zeus-popover)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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