Command
Renders an unhighlighted code block, useful for one-liners or endpoints
localhost:9000/store/products
Was this example helpful?
Usage
import { Command } from "@medusajs/ui"
1<Command>2 <code>yarn add @medusajs/ui</code>3</Command>
API Reference
This component is based on the div
element and supports all props of this element.