---
title: Label
description: A simple component to render accessible text.
source_url:
  html: 'https://shopify.dev/docs/api/shop-minis/components/primitives/label'
  md: 'https://shopify.dev/docs/api/shop-minis/components/primitives/label.md'
---

# Label

A simple component to render accessible text. For full props documentation, see [Radix Label](https://www.radix-ui.com/primitives/docs/components/label).

Examples

## Preview

![label](https://shopify.dev/assets/assets/images/templated-apis-screenshots/shop-minis/Label-W1qfhO_u.png)

### Examples

* ####

  ##### tsx

  ```tsx
  import {Label} from '@shopify/shop-minis-react'

  export default function MyComponent() {
    return <Label>This is a text label</Label>
  }
  ```

***
