diff --git a/docs/content/3.components/button.md b/docs/content/3.components/button.md index d1e3a4e7..d2e25c76 100644 --- a/docs/content/3.components/button.md +++ b/docs/content/3.components/button.md @@ -197,7 +197,9 @@ props: ui: leadingIcon: 'text-primary-500 dark:text-primary-400' slots: - default: Button + default: | + + Button --- ::