Example module to demonstrate various use-cases of Loki FieldComponents, as being used in the Yireo LokiCheckout extension suite for Magento 2.
Install this package via composer (assuming you have setup the composer.yireo.com
repository correctly already):
composer require yireo-training/magento2-example-loki-field-components
Next, enable this module:
bin/magento module:enable YireoTraining_ExampleLokiFieldComponents
@dev
to the composer command.
For getting support, create an Issue under the following project URL:
https://gitlab.yireo.com/loki-checkout/YireoTraining_ExampleLokiFieldComponents
The following LokiComponents are created or references in this module:
example-loki-field-components
example-loki-field-components.input_text
example-loki-field-components.input_number
example-loki-field-components.input_color
example-loki-field-components.input_date
example-loki-field-components.input_datetime
example-loki-field-components.input_password
example-loki-field-components.input_tel
example-loki-field-components.input_url
example-loki-field-components.input_email
example-loki-field-components.textarea
example-loki-field-components.checkbox
example-loki-field-components.radio
example-loki-field-components.select
example-loki-field-components.multiselect
example-loki-field-components.switch
example-loki-field-components.range
The following dependencies are declared in the module its `etc/module.xml` file:
YireoTraining_ExampleLokiComponents
Yireo_LokiFieldComponents
Yireo_LokiComponents
YireoTraining_ExampleLokiFieldComponents
yireo-training/magento2-example-loki-field-components
magento/framework: *
yireo/magento2-loki-field-components: 0.*
yireo/magento2-loki-components: 0.*
yireo-training/magento2-example-loki-components: *
dev-main | 27 March 2025 |