* chore(ui): display toast in top right corner * fix: error as well * refactor: feedback * chore: move the rest of the modal controls to footer --------- Co-authored-by: William Bouchard <46496014+willbouch@users.noreply.github.com>
Medusa UI
Documentation | Website
Medusa's admin component library.
Getting Started
Installation
yarn add @medusajs/ui
Usage
import { Button } from "@medusajs/ui"
const App = () => <Button variant="primary">Hello World</Button>
Documentation
You can find the documentation for Medusa UI on the documentation site.