Labelcomponent
component
A simple component to render accessible text. You can view the Storybook for more interactive examples.
Was this section helpful?
Label
import {Label} from '@shopify/shop-minis-react'
export default function MyComponent() {
return <Label>This is a text label</Label>
}
examples
Label
import {Label} from '@shopify/shop-minis-react' export default function MyComponent() { return <Label>This is a text label</Label> }
Preview
