PHPackages                             dianagung/larawinds - 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. dianagung/larawinds

ActiveLibrary

dianagung/larawinds
===================

The Laravel-Tailwind CSS Components Kit

v0.0.16(2y ago)016MITBlade

Since Jan 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dianagung/larawinds)[ Packagist](https://packagist.org/packages/dianagung/larawinds)[ RSS](/packages/dianagung-larawinds/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)DependenciesVersions (8)Used By (0)

> Warning: under development

Installations
=============

[](#installations)

Follow the guide for installing Larawinds on your Laravel projects.

Composer
--------

[](#composer)

First, you need to install composer packages for Larawinds:

```
composer require dianagung/larawinds
```

Registering Service Provider
----------------------------

[](#registering-service-provider)

You need to register the Larawinds service provider in `config/app.php`:

```
Dianagung\Larawinds\LarawindsServiceProvider::class

```

Setting Tailwind
----------------

[](#setting-tailwind)

Open `tailwind.config.js` file on your project. Then add the following command :

```
content: [
    "./vendor/dianagung/larawinds/src/resources/**/*.blade.php",
    "./vendor/dianagung/larawinds/src/resources/**/*.js",
  ],
```

Dependencies
------------

[](#dependencies)

Install NPM packages below:

```
npm install alpinejs
npm install sweetalert2
npm install vanillajs-datepicker --save-dev
```

Then, run npm development server:

```
npm run dev
```

Components
----------

[](#components)

### Input Text

[](#input-text)

```

```

### Input Number

[](#input-number)

```

```

### Input Password

[](#input-password)

```

```

### Input Date

[](#input-date)

```

```

### Input Textarea

[](#input-textarea)

```

```

Checkbox &amp; Radio
--------------------

[](#checkbox--radio)

### Checkbox

[](#checkbox)

**Uncheck**

```

```

**Checked**

```

```

or

```

```

### Radio

[](#radio)

**Uncheck**

```

```

**Checked**

```

```

Uploads
-------

[](#uploads)

### Upload Image

[](#upload-image)

```

```

Form
----

[](#form)

### Card Form

[](#card-form)

**Method Store**

```

    // other components here

```

**Method Update**

```

    // other components here

```

### Delete (Button)

[](#delete-button)

```

```

Buttons
-------

[](#buttons)

### Primary

[](#primary)

```

```

### Secondary

[](#secondary)

```

```

License
-------

[](#license)

The Laravel framework and Tailwind CSS is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

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

Every ~1 days

Total

7

Last Release

852d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b80137a5f41a4b0dd5c70e33c29347c3692f0b252980dc6cf36733deca6bfa8?d=identicon)[dianagung](/maintainers/dianagung)

---

Top Contributors

[![dianagung](https://avatars.githubusercontent.com/u/11255202?v=4)](https://github.com/dianagung "dianagung (9 commits)")

### Embed Badge

![Health badge](/badges/dianagung-larawinds/health.svg)

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

PHPackages © 2026

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