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(1mo ago)0215MITBlade

Since Sep 19Pushed 1mo 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 1mo ago

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

43

—

FairBetter than 91% of packages

Maintenance90

Actively maintained with recent releases

Popularity14

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

50d ago

Major Versions

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a78fd04990f823f6df33fd38c8676721ec139dfdd4ba5293c97f9b4de578869?d=identicon)[primecorecz](/maintainers/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

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[arrilot/laravel-widgets

A powerful alternative to view composers. Asynchronous widgets, reloadable widgets, console generator, caching - everything you can think of.

1.1k4.6M103](/packages/arrilot-laravel-widgets)[illuminate/view

The Illuminate View package.

13044.9M1.7k](/packages/illuminate-view)[moonshine/moonshine

Laravel administration panel

1.3k217.1k59](/packages/moonshine-moonshine)[ryangjchandler/blade-capture-directive

Create inline partials in your Blade templates with ease.

8222.2M12](/packages/ryangjchandler-blade-capture-directive)[tallstackui/tallstackui

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

703141.0k7](/packages/tallstackui-tallstackui)

PHPackages © 2026

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