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

Commit 55221e3

Browse files
committed
fix(docs: undo prettier changes
1 parent 1a9ae9a commit 55221e3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

website/pages/circularprogress.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import SEO from '../components/SEO'
1+
import SEO from "../components/SEO";
22

33
<SEO
44
title="Circular Progress"
@@ -21,7 +21,7 @@ See `CCircularProgress`'s <a target="_blank" href="https://github.com/chakra-ui/
2121
## Import
2222

2323
```js
24-
import { CCircularProgress, CCircularProgressLabel } from '@chakra-ui/vue'
24+
import { CCircularProgress, CCircularProgressLabel } from "@chakra-ui/vue";
2525
```
2626

2727
## Usage
@@ -35,7 +35,8 @@ import { CCircularProgress, CCircularProgressLabel } from '@chakra-ui/vue'
3535
You can add `size` prop to the progress bar to add a custom size.
3636

3737
```vue live=true
38-
// Change the size to 120px <c-circular-progress :value="30" size="120px" />
38+
// Change the size to 120px
39+
<c-circular-progress :value="30" size="120px" />
3940
```
4041

4142
### Changing the thickness

0 commit comments

Comments
 (0)