Medusa's admin component library.
## 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).