It's implementing the ui grid component from adminhtml to frontend side.
If you try to install via composer, just require your project to the module by running this command :
composer require fiko/magento2-uifrontend
- 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
Simply just add extra css to the layout/grid.
<head>
<css src="Fiko_UiFrontEnd::css/grid.css" />
</head>
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.
MIT © 2022