Skip to main content

Label
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>
}

Preview