PHPackages                             duroycalvin/tallcn - 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. duroycalvin/tallcn

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

duroycalvin/tallcn
==================

A premium TALL stack UI kit with a Shadcn-like developer experience.

v0.1.0(4mo ago)01MITBladePHP ^8.2

Since Feb 7Pushed 4mo agoCompare

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

READMEChangelogDependencies (3)Versions (2)Used By (0)

---

Warning: This package is currently in Alpha. APIs may change until version 1.0.

---

Tallcn UI
=========

[](#tallcn-ui)

A collection of re-usable components built with **Tailwind CSS v4**, **Laravel Blade**, and **Livewire**. Inspired by Shadcn UI, but tailored for the TALL stack.

Features
--------

[](#features)

- **Tailwind CSS v4** native (using OKLCH colors).
- **Accessible**: Built with accessibility in mind.
- **Customizable**: Easily themeable via CSS variables.
- **Lightweight**: No unnecessary JS, powered by Alpine.js where needed.

---

Installation
------------

[](#installation)

### 1. Install via Composer

[](#1-install-via-composer)

```
composer require duroycalvin/tallcn
```

### 2. Run the Install Command

[](#2-run-the-install-command)

This will publish the configuration and setup the basic theme.

```
php artisan tallcn:install
```

### 3. Setup Tailwind CSS v4

[](#3-setup-tailwind-css-v4)

Ensure your `app.css` includes the Tallcn source path and theme variables:

```
@import "tailwindcss";

@theme {
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  /* ... other variables */
}

@source "../../packages/duroycalvin/tallcn/resources/views";
```

### 4. Run the artisan optimize command

[](#4-run-the-artisan-optimize-command)

This will clear all cache.

```
php artisan optimize:clear
```

### 5. Run the npm command

[](#5-run-the-npm-command)

This will delete all cache.

```
npm run dev
or
npm run build
```

---

Usage
-----

[](#usage)

### Button

[](#button)

The Button component comes with various variants and sizes.

#### Standard Button

[](#standard-button)

```

    Click me

```

#### Variants

[](#variants)

```
Default
Destructive
Outline
Secondary
Ghost
Link
```

#### Sizes

[](#sizes)

```
Small
Default
Large

    ...

```

#### As a Link (Tag Property)

[](#as-a-link-tag-property)

To use the button styles on an anchor tag, use the `tag` property:

```

    Go to Dashboard

```

---

Configuration
-------------

[](#configuration)

You can customize the default theme by editing the variables in your CSS or publishing the config:

```
php artisan vendor:publish --tag=tallcn-config
```

Scripts &amp; Styles
--------------------

[](#scripts--styles)

Don't forget to include the directives in your layout:

```

    @tallcnStyles

    ...
    @livewireScripts

```

---

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

---

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance74

Regular maintenance activity

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

146d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37078689?v=4)[Duroy Calvin](/maintainers/duroycalvin)[@duroycalvin](https://github.com/duroycalvin)

---

Top Contributors

[![duroycalvin](https://avatars.githubusercontent.com/u/37078689?v=4)](https://github.com/duroycalvin "duroycalvin (2 commits)")

### Embed Badge

![Health badge](/badges/duroycalvin-tallcn/health.svg)

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

###  Alternatives

[livewire/flux

The official UI component library for Livewire.

9527.8M128](/packages/livewire-flux)[tallstackui/tallstackui

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

725172.4k14](/packages/tallstackui-tallstackui)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43311.1k](/packages/venturedrake-laravel-crm)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)[noerd/noerd

101.4k6](/packages/noerd-noerd)

PHPackages © 2026

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