**What** - Updates the Toast component and `toast` util to match the latest design. - Updates every usage of `toast` as `dismissableLabel` is no longer a valid prop, as we now render a X mark instead of a text button.
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.