magento-2-admin-ui icon indicating copy to clipboard operation
magento-2-admin-ui copied to clipboard

This magento 2 module allows you to use UI components as input for widget and also use new UI components.

grasch/magento-2-admin-ui

Supported Magento Versions Maintained - Yes

Highlight features for Magento 2 Admin UI

  • Use ui components in widgets.
  • New ui components.

How to install Magento 2 Admin UI

✓ Install via composer (recommend)

Run the following commands in Magento 2 root folder:

composer require grasch/module-admin-ui
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

✓ Install via downloading

Download and copy files into app/code/Grasch/AdminUi and run the following commands:

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Usage Documentation

  • UI Components
    • Entities Selector
  • Widgets
    • Using UI Components Inside Widgets

The MIT License

License: MIT