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

Commit ac3519d

Browse files
doc: update button.mdx
Fixed camelCase to kebab-case.
1 parent d04bcaa commit ac3519d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/pages/button.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Pass `isLoading` prop to the Button component to show it's loading state. You ca
126126
In event you need to make your own custom button, you can leverage the `PseudoBox` component. It provides the `hover`, `focus`, `active` and `disabled` style props to style the button.
127127

128128
```vue live=true
129-
<c-pseudoBox
129+
<c-pseudo-box
130130
as="button"
131131
height="24px"
132132
line-height="1.2"
@@ -142,7 +142,7 @@ In event you need to make your own custom button, you can leverage the `PseudoBo
142142
:_active="{ bg: 'tomato' }"
143143
>
144144
Join Group
145-
</c-pseudoBox>
145+
</c-pseudo-box>
146146
```
147147

148148
## Props

0 commit comments

Comments
 (0)