- Get Started
- Product
- Resources
- Tools & SDKs
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Reference
Medusa Admin Extension
How to install and use Medusa UI for building Admin extensions.
Installation#
The @medusajs/ui
package is a already installed as a dependency of the @medusajs/admin
package. Due to this you can simply import the package and use it in your local Admin extensions.
If you are building a Admin extension as part of a Medusa plugin, you can install the package as a dependency of your plugin.
Configuration#
The configuration of the UI package is handled by the @medusajs/admin
package. Therefore, you do not need to any additional configuration to use the UI package in your Admin extensions.
Was this page helpful?