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

https://github.com/LokiExtensions/Loki_Components

A Magento library to build AJAX-driven forms with ease
https://github.com/LokiExtensions/Loki_Components

ajax magento magento2 php

Last synced: 7 days ago
JSON representation

A Magento library to build AJAX-driven forms with ease

Awesome Lists containing this project

README

          

# Loki_Components

**This is the main Magento 2 module for Loki Components, as is being used by the Loki Checkout suite. Loki Components are a combination of Alpine.js (JavaScript) and PHP (Magento): The package offers enhanced Alpine.js components that automate AJAX calls to be handled in the backend, complete with filtering, validation, updating multiple HTML elements at once, and much more.**

## Installation
Install this package via composer:

```bash
composer require loki/magento2-components
```

Next, enable this module:
```bash
bin/magento module:enable Loki_Components
```
## Usage
See [loki-extensions.com/docs/components](https://loki-extensions.com/docs/components)