docs(ComponentCode/ComponentExample): disable prettier by default

This commit is contained in:
Benjamin Canac
2024-07-26 13:02:55 +02:00
parent 839b97a9dc
commit a6c4ffa013
8 changed files with 71 additions and 19 deletions

View File

@@ -13,6 +13,7 @@ Wrap multiple [Button](/components/button) within a ButtonGroup to group them to
::component-code
---
prettier: true
slots:
default: |
@@ -29,6 +30,7 @@ Use the `size` prop to change the size of all the buttons.
::component-code
---
prettier: true
props:
size: md
slots:
@@ -47,6 +49,7 @@ Use the `orientation` prop to change the orientation of the buttons.
::component-code
---
prettier: true
props:
orientation: vertical
slots:
@@ -67,6 +70,7 @@ You can use components like [Input](/components/input), [InputMenu](/components/
::component-code
---
prettier: true
slots:
default: |