custom admin UI dashboard #6324
Replies: 2 comments 14 replies
-
Admin Widgets are custom React components that developers create to be injected into predetermined injection zones across the Medusa Admin dashboard. Widgets allow you to customize the admin dashboard by providing merchants with new features. For example, you can add a widget on the order details page that shows payment details retrieved from Stripe. This guide explains the available injection zones and how to create an admin widget. https://docs.medusajs.com/admin/widgets here you will find how to customize medusajs admin dashboard by creating widgets: |
Beta Was this translation helpful? Give feedback.
-
@nozhaa To customize the Medusa admin dashboard, you can create Admin Widgets that allow you to inject custom React components into specific zones. Unfortunately, as my experience, modifying existing components directly isn't supported, so using widgets is the best approach. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone! I'm currently working on a project using Medusa, and I've hit a bit of a roadblock. The admin UI is located within the node_modules, and unfortunately, I don't have direct access to it for customization purposes.
I'm looking to customize the admin dashboard but want to ensure I'm following the best practices recommended by the Medusa library. My main questions are:
What is the recommended approach for customizing the Medusa admin dashboard when direct access to the node_modules directory is not feasible?
Mainly I wanna do this in order to edit the forms, products fields change doesn't reflect on the UI
Beta Was this translation helpful? Give feedback.
All reactions