---
title: Label
description: Renders an accessible label associated with controls.
source: apps/www/src/lib/registry/default/ui/label
primitive: https://www.radix-vue.com/components/label.html
---
## Installation
```bash
npx shadcn-vue@latest add label
```
### Install the following dependency:
```bash
npm install radix-vue
```
### Copy and paste the following code into your project:
<<< @/lib/registry/default/ui/label/Label.vue
## Usage
```vue
```