The ColorPicker Ui Component
A hidden component to choose and implement color values
Tag
7 posts tagged Ui Components
Clear tagA hidden component to choose and implement color values
Recently I was tasked to create an admin grid to let users manage the records of a custom entity from the backoffice. Although I had read and heard plenty about it, I had never had the …
Every now and then you need to embed a grid inside a form, think of the “add products to a category” screen, where a listing lets you tick the records you want and the selection is stored …
Listing Ui Components are everywhere in the admin, but there is nothing stopping you from rendering one on the storefront, a “my downloads” page, a list of records tied to the customer, that …
The Form Ui Component is what Magento uses everywhere in the admin to render edit screens. The first time you build one it feels like a lot of XML for a simple form, but the pattern is …