Skip to content

Commit a6c5f55

Browse files
authored
Merge pull request #317 from Bowlerr/patch-1
doc: Fix Label components usage code
2 parents 88be71a + 58ac2ea commit a6c5f55

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)