diff --git a/platform/ui/src/components/Button/Button.mdx b/platform/ui/src/components/Button/Button.mdx index 327fe7c91..ac6a55b63 100644 --- a/platform/ui/src/components/Button/Button.mdx +++ b/platform/ui/src/components/Button/Button.mdx @@ -6,6 +6,7 @@ route: components/button import { Playground, Props } from 'docz'; import Button from './'; +import IconButton from '../IconButton'; # Button @@ -374,3 +375,44 @@ Buttons are used to execute actions when users interacts with them. }} + +## Icon Buttons + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file