fiko / magento2-uifrontend
Implementing UI Component on Frontend Side.
Installs: 528
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Language:Less
Type:magento2-module
This package is auto-updated.
Last update: 2025-03-05 21:59:51 UTC
README
It's implementing the ui grid component from adminhtml to frontend side.
How to install?
Via Composer
If you try to install via composer, just require your project to the module by running this command :
composer require fiko/magento2-uifrontend
Manually
- Download this repo
- Create a Directory
app/code/Fiko/UiFrontEnd
- Copy downloaded repo to this directory
Once you download it (both composer or manually), just run this commands to apply this module to your project :
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
How to use?
Simply just add extra css to the layout/grid.
<head>
<css src="Fiko_UiFrontEnd::css/grid.css" />
</head>
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
MIT © 2022