From ec6efe89ee2e5fddf8bcc9823671c13f6565aed5 Mon Sep 17 00:00:00 2001 From: farhan Date: Mon, 6 Jul 2026 13:24:13 +0500 Subject: [PATCH] docs(button): remove reference to non-existent iconOnly prop The Button docs referenced an iconOnly prop that was removed in flowbite-react@0.11.0 and no longer exists on the component. Reword the section to describe the actual usage shown in the example (icon passed as the button's only child). Fixes #1589 --- apps/web/content/docs/components/button.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/content/docs/components/button.mdx b/apps/web/content/docs/components/button.mdx index 5fb5121896..a23da01580 100644 --- a/apps/web/content/docs/components/button.mdx +++ b/apps/web/content/docs/components/button.mdx @@ -65,7 +65,7 @@ This example can be used to show a notification count or helper text inside a bu ## Button with only icons -Create a button with only icons by adding the `iconOnly` property to the `