|
3 | 3 | </p> |
4 | 4 |
|
5 | 5 | <p align="center"> |
6 | | - <a href="https://packagist.org/packages/glowieframework/reactables"><img src="https://img.shields.io/github/v/release/glowieframework/reactables" alt="Latest Version"></a> |
7 | | - <a href="https://packagist.org/packages/glowieframework/reactables" target="_blank"><img src="https://img.shields.io/packagist/dt/glowieframework/reactables" alt="Total Downloads"></a> |
8 | | - <a href="https://packagist.org/packages/glowieframework/reactables" target="_blank"><img src="https://img.shields.io/github/license/glowieframework/reactables" alt="License"></a> |
9 | | - <a href="https://packagist.org/packages/glowieframework/reactables" target="_blank"><img src="https://img.shields.io/packagist/php-v/glowieframework/glowie" alt="PHP Version"></a> |
| 6 | + <a href="https://packagist.org/packages/glowieframework/reactables"><img src="https://img.shields.io/github/v/release/glowieframework/reactables?style=for-the-badge" alt="Latest Version"></a> |
| 7 | + <a href="https://packagist.org/packages/glowieframework/reactables" target="_blank"><img src="https://img.shields.io/packagist/dt/glowieframework/reactables?style=for-the-badge" alt="Total Downloads"></a> |
| 8 | + <a href="https://packagist.org/packages/glowieframework/reactables" target="_blank"><img src="https://img.shields.io/github/license/glowieframework/reactables?style=for-the-badge" alt="License"></a> |
| 9 | + <a href="https://packagist.org/packages/glowieframework/reactables" target="_blank"><img src="https://img.shields.io/packagist/php-v/glowieframework/glowie?style=for-the-badge" alt="PHP Version"></a> |
10 | 10 | </p> |
11 | 11 |
|
12 | 12 | ## Glowie dynamic view components plugin |
13 | | -Reactables is a plugin designed to create dynamic and reactive view components with [Glowie Framework](https://glowie.gabrielsilva.dev.br). |
| 13 | + |
| 14 | +Reactables is a plugin designed to build dynamic and reactive view components with [Glowie Framework](https://glowie.gabrielsilva.dev.br). |
14 | 15 |
|
15 | 16 | ## Features |
16 | | -- Create reactive components without Javascript or API calls |
17 | | -- Interact with your backend logic using only PHP |
18 | | -- Update the DOM in real time using Skeltch |
19 | | -- Two-way data binding between view and controller |
20 | | -- Listen for user interactions and show loading states |
21 | | -- Support for temporary and definitive file uploads, previews and progress indicators |
22 | | -- Bundled validation interface and query string updater |
23 | | -- Completely SEO friendly |
24 | | -- Incredibly lightweight and no performance impacts |
| 17 | + |
| 18 | +- Create reactive components without writing JavaScript or making API calls |
| 19 | +- Interact with your backend logic using only PHP |
| 20 | +- Update the DOM in real time with Skeltch templating engine |
| 21 | +- Enjoy two-way data binding between views and controllers |
| 22 | +- Listen to user interactions and display loading states |
| 23 | +- Support both temporary and permanent file uploads, including previews and progress indicators |
| 24 | +- Includes a built-in validation interface and query string updater |
| 25 | +- Fully SEO-friendly |
| 26 | +- Extremely lightweight with zero performance overhead |
25 | 27 |
|
26 | 28 | ## Documentation |
27 | | -Documentation is available [in our website](https://glowie.gabrielsilva.dev.br/reactables). |
| 29 | + |
| 30 | +You can find the documentation on [our website](https://glowie.gabrielsilva.dev.br/reactables). |
28 | 31 |
|
29 | 32 | ## Credits |
30 | | -Reactables and Glowie are currently being developed by [Gabriel Silva](https://gabrielsilva.dev.br). |
31 | 33 |
|
32 | | -Special thanks to the developers of [Livewire](https://github.com/livewire/livewire) and [morphdom](https://github.com/patrick-steele-idem/morphdom) for inspiring this plugin. |
| 34 | +Reactables and Glowie are currently developed by [Gabriel Silva](https://gabrielsilva.dev.br). |
| 35 | + |
| 36 | +Special thanks to the creators of [Livewire](https://github.com/livewire/livewire) and [morphdom](https://github.com/patrick-steele-idem/morphdom) for inspiring this plugin. |
0 commit comments