fix: fix indentation level of code
This commit is contained in:
parent
51b9a8bd1e
commit
ff91d43a35
@ -17,13 +17,13 @@ Displays a button or a component that looks like a button.
|
|||||||
</Story>
|
</Story>
|
||||||
</TabContent>
|
</TabContent>
|
||||||
<TabContent name="code">
|
<TabContent name="code">
|
||||||
```tsx
|
```tsx
|
||||||
import { Button } from "@components/Button";
|
import { Button } from "@components/Button";
|
||||||
|
|
||||||
export function ButtonDemo() {
|
export function ButtonDemo() {
|
||||||
return <Button>Button</Button>
|
return <Button>Button</Button>
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
</TabContent>
|
</TabContent>
|
||||||
</TabProvider>
|
</TabProvider>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user