rustam76/shadcn-blade

Shadcn Blade UI Component Generator

Maintainers

Package info

github.com/rustam76/shadcn-blade

Language:Blade

pkg:composer/rustam76/shadcn-blade

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2025-12-01 16:27 UTC

This package is auto-updated.

Last update: 2026-03-29 01:13:57 UTC


README

Shadcn Blade is a collection of re-usable components built using Radix UI and Tailwind CSS, adapted for Laravel Blade.

Documentation

For full documentation, please visit docs/index.md.

Requirements

  • PHP 8.1 or higher
  • Laravel 10.0, 11.0, or 12.0

Installation

You can install the package via composer:

composer require rustam76/shadcn-blade

CSS Injection

The package automatically injects the necessary CSS variables into your resources/css/app.css file during installation. Ensure this file exists in your project.

Usage

To add a component to your project, use the shadcn:add Artisan command:

php artisan shadcn:add button

This will copy the component's Blade view to resources/views/components/ui. You can then use it in your Blade files:

<x-ui::button>Click me</x-ui::button>

Contributing

Please see docs/contribution.md for details on how to contribute to this project.

License

The MIT License (MIT). Please see License File for more information. `