PHPackages                             primecorecz/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. primecorecz/ui

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

primecorecz/ui
==============

View components for microsites

v1.2.7(3mo ago)1215MITBlade

Since Sep 19Pushed 3mo ago2 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (25)Used By (0)

Install
-------

[](#install)

```
composer require primecorecz/ui

```

Install Tailwind
----------------

[](#install-tailwind)

Install Tailwind plugins
------------------------

[](#install-tailwind-plugins)

```
npm install -D tailwindcss \
    @tailwindcss/vite \
    @tailwindcss/forms \
    @tailwindcss/typography

```

Update postcss.config.js
------------------------

[](#update-postcssconfigjs)

```
export default {
    plugins: {
        '@tailwindcss/postcss': {},
    },
};

```

Update vite.config.js
---------------------

[](#update-viteconfigjs)

```
import { defineConfig } from 'vite';
import tailwindcss from '@tailwindcss/vite';
import laravel from 'laravel-vite-plugin';

export default defineConfig({
    plugins: [
        tailwindcss(),
        laravel({
            input: ['resources/css/app.css', 'resources/js/app.js'],
            refresh: true,
        }),
    ],
});

```

Update ./resources/css/app.css
------------------------------

[](#update-resourcescssappcss)

```
@import url('../../vendor/primecorecz/ui/resources/css/app.css');

@theme {
    --color-accented: var(--color-lime-500);
}

```

Example usage
-------------

[](#example-usage)

### Base layout component

[](#base-layout-component)

```

    {{-- OR --}}

            {{ $slot }}

            Lorem ipsum ...

```

Tabs
----

[](#tabs)

```
@props ([
    'active',
])

        Lorem

        Ipsum

```

### Calc

[](#calc)

```

                ...
                ...

                ...

                    ...
                    ...

                ...

```

Lists
-----

[](#lists)

```

        Vyberte profesi
        @foreach ($positions as $position)
            slug}" }}">{{ $position->title }}
        @endforeach

    @foreach ($positionGroups as $groupTitle => $positions)

                {{ $groupTitle }}

                @foreach ($positions as $position)
                    ...
                @endforeach

    @endforeach

```

Personalka Job Offers
---------------------

[](#personalka-job-offers)

```

```

About page template
-------------------

[](#about-page-template)

```

    ...

        ...

            DV
            Vše, co potřebujete znát o vašem odchodu do důchodu

        ...

```

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance82

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98% 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 ~24 days

Recently: every ~66 days

Total

24

Last Release

95d ago

Major Versions

v0.x-dev → v1.0.02025-02-03

### Community

Maintainers

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

---

Top Contributors

[![vitnasinec](https://avatars.githubusercontent.com/u/566074?v=4)](https://github.com/vitnasinec "vitnasinec (50 commits)")[![martinkuzelka](https://avatars.githubusercontent.com/u/16443789?v=4)](https://github.com/martinkuzelka "martinkuzelka (1 commits)")

### Embed Badge

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

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

###  Alternatives

[blade-ui-kit/blade-icons

A package to easily make use of icons in your Laravel Blade views.

2.5k42.5M402](/packages/blade-ui-kit-blade-icons)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[illuminate/view

The Illuminate View package.

13047.0M2.2k](/packages/illuminate-view)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725172.4k14](/packages/tallstackui-tallstackui)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M130](/packages/roots-acorn)[spatie/laravel-pdf

Create PDFs in Laravel apps

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

PHPackages © 2026

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