Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/foxws/wireui

Collection of essential Livewire components and views.
https://github.com/foxws/wireui

components laravel library livewire tailwindcss ui

Last synced: 2 months ago
JSON representation

Collection of essential Livewire components and views.

Awesome Lists containing this project

README

        

# WireUi

[![Latest Version on Packagist](https://img.shields.io/packagist/v/foxws/wireui.svg?style=flat-square)](https://packagist.org/packages/foxws/wireui)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/foxws/wireui/run-tests.yml?branch=3.x&label=tests&style=flat-square)](https://github.com/foxws/wireui/actions?query=workflow%3Arun-tests+branch%3A3.x)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/foxws/wireui/fix-php-code-style-issues.yml?branch=3.x&label=code%20style&style=flat-square)](https://github.com/foxws/wireui/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3A3.x)
[![Total Downloads](https://img.shields.io/packagist/dt/foxws/wireui.svg?style=flat-square)](https://packagist.org/packages/foxws/wireui)

Collection of essential Livewire components and views.

## Notice

This package will no longer receive updates and changes for the time being. My focus currently is on [foxws/wireuse](https://github.com/foxws/wireuse), it is advised to use that package instead.

## Installation

> Please see notice first.

You can install the package via composer:

```bash
composer require foxws/wireui
```

You can publish the config file with:

```bash
php artisan vendor:publish --tag="wireui-config"
```

Optionally, you can publish the views using

```bash
php artisan vendor:publish --tag="wireui-views"
```

## Documentation

You will find full documentation on the dedicated [documentation](https://foxws.nl/projects/wireui) site.

## Testing

```bash
composer test
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [Foxws](https://github.com/foxws)
- [All Contributors](../../contributors)

## License

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