Medusa logo

Medusa UI

Documentation | Website

Medusa's admin component library.

Medusa is released under the MIT license. Discord Chat Follow @medusajs

## Getting Started ### Installation ```sh yarn add @medusajs/ui ``` ### Usage ```jsx import { Button } from "@medusajs/ui" const App = () => ``` ## Documentation You can find the documentation for Medusa UI [on the documentation site](https://docs.medusajs.com/ui).