* chore(docs): Generated UI Reference * fixed props typing + added new alert page * updated ui dependencies --------- Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
Medusa UI
Documentation | Website
Medusa's admin component library.
Getting Started
Installation
yarn add @medusajs/medusa-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.