Files
medusa-store/packages/design-system/ui
Kasper Fabricius Kristensen 7feb004600 fix(ui): Fix position of Checkbox indicator (#11075)
**What**
- Fixes an issue that would cause the Checkbox indicator to get rendered outside of view in the checkbox was wrapped in a relative div.
2025-01-22 11:08:32 +00:00
..
2025-01-07 13:31:40 +01:00
2025-01-21 08:04:47 -05:00

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

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.