Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 4da8b9b

Browse files
Merge pull request #254 from chakra-ui/develop
docs(radio): fix typo in docs
2 parents 55ec95c + 677764d commit 4da8b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chakra-ui-docs/pages/radio.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ easy to style sibling inputs. [Check it out](/controlbox)
4040
## Installation
4141

4242
```js
43-
import { Radio, RadioGroup } from "@chakra-ui/vue";
43+
import { CRadio, CRadioGroup } from "@chakra-ui/vue";
4444
```
4545

4646
### Usage

0 commit comments

Comments
 (0)