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

Since Sep 19Pushed 4mo 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 2w 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

38

—

LowBetter than 83% of packages

Maintenance74

Regular maintenance activity

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

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

141d 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

[moonshine/moonshine

Laravel administration panel

1.3k268.2k89](/packages/moonshine-moonshine)[illuminate/view

The Illuminate View package.

13047.7M2.5k](/packages/illuminate-view)[tallstackui/tallstackui

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

731189.9k16](/packages/tallstackui-tallstackui)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)[statikbe/laravel-filament-flexible-content-blocks

The Laravel Filament Flexible Content Blocks package helps you to easily create content in Filament for any model, with predefined or custom blocks, and foreach block an extendable Blade view component.

17927.9k6](/packages/statikbe-laravel-filament-flexible-content-blocks)

PHPackages © 2026

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