# adonisjs-livewire

<br />

[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]

## Introduction

Full-stack reactive component framework for AdonisJS v7. Write dynamic, stateful UI components in TypeScript directly on the server without manual API routes or client-side state handlers.

## Official Documentation

The documentation is available on the [AdonisJS Livewire website](https://adonisjs-livewire.izzyjs.com/docs).

## Starter Kit

The adonisjs-livewire starter kit provides a pre-configured base application powered by AdonisJS v7, Livewire components, Edge templates, and Tailwind CSS so you can start building full-stack reactive applications right away:

```bash
npm init adonisjs@next -- --kit="github:izzyjs/adonisjs-livewire/starter-kit"
```

## Contributing

We encourage you to read the [contribution guide](https://github.com/izzyjs/adonisjs-lw/blob/main/apps/docs/content/docs/contribution_guide.md) before contributing to the framework.

## License

AdonisJS Livewire is open-sourced software licensed under the [MIT license](https://github.com/izzyjs/adonisjs-lw/blob/main/LICENSE.md).

[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/izzyjs/adonisjs-lw/ci.yml?style=for-the-badge
[gh-workflow-url]: https://github.com/izzyjs/adonisjs-lw/actions/workflows/ci.yml 'Github action'
[npm-image]: https://img.shields.io/npm/v/adonisjs-livewire/latest.svg?style=for-the-badge&logo=npm
[npm-url]: https://www.npmjs.com/package/adonisjs-livewire/v/latest 'npm'
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[license-image]: https://img.shields.io/github/license/izzyjs/adonisjs-lw?style=for-the-badge
[license-url]: https://github.com/izzyjs/adonisjs-lw/blob/main/LICENSE.md
