fix: make import and usage separated in Button docs

This commit is contained in:
p-sw 2024-06-02 01:50:12 +09:00
parent ff91d43a35
commit 19378c16ea

View File

@ -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