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
|
||||
import { Button } from "@components/Button";
|
||||
```
|
||||
|
||||
function ButtonDemo() {
|
||||
return <Button>Button</Button>
|
||||
}
|
||||
```html
|
||||
<Button>Button</Button>
|
||||
```
|
||||
|
||||
### Props
|
||||
|
Loading…
x
Reference in New Issue
Block a user