fix: make import and usage separated in Button docs
This commit is contained in:
parent
ff91d43a35
commit
19378c16ea
@ -38,10 +38,10 @@ Displays a button or a component that looks like a button.
|
|||||||
|
|
||||||
```tsx
|
```tsx
|
||||||
import { Button } from "@components/Button";
|
import { Button } from "@components/Button";
|
||||||
|
```
|
||||||
|
|
||||||
function ButtonDemo() {
|
```html
|
||||||
return <Button>Button</Button>
|
<Button>Button</Button>
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Props
|
### Props
|
||||||
|
Loading…
x
Reference in New Issue
Block a user