https://github.com/graschik/magento-2-admin-ui
This magento 2 module allows you to use UI components as input for widget and also use new UI components.
https://github.com/graschik/magento-2-admin-ui
magento2 magento2-admin magento2-extension magento2-free-extension magento2-module magento2-widget
Last synced: 5 months ago
JSON representation
This magento 2 module allows you to use UI components as input for widget and also use new UI components.
- Host: GitHub
- URL: https://github.com/graschik/magento-2-admin-ui
- Owner: graschik
- License: mit
- Created: 2022-08-12T11:28:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T17:39:12.000Z (about 2 years ago)
- Last Synced: 2026-01-14T14:04:26.026Z (5 months ago)
- Topics: magento2, magento2-admin, magento2-extension, magento2-free-extension, magento2-module, magento2-widget
- Language: PHP
- Homepage:
- Size: 7 MB
- Stars: 38
- Watchers: 5
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
grasch/magento-2-admin-ui
## 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](docs/ui-components/entities-selector/README.md)
- Widgets
- [Using UI Components Inside Widgets](docs/widgets/using-ui-components/README.md)
## The MIT License
[](https://opensource.org/licenses/MIT)