Skip to content

Commit 58ac2ea

Browse files
authored
doc: fix usage code
import { label } -> import { Label }
1 parent 88be71a commit 58ac2ea

File tree

1 file changed

+1
-1
lines changed
  • apps/docs/src/content/docs/components

1 file changed

+1
-1
lines changed

apps/docs/src/content/docs/components/label.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ A user-friendly label linked to controls for improved accessibility.
4848
### Usage
4949

5050
```tsx
51-
import { label } from '~/components/ui/label';
51+
import { Label } from '~/components/ui/label';
5252

5353
function Example() {
5454
return <Label nativeID='name'>Name</Label>

0 commit comments

Comments
 (0)