From cdb2ef72a3d69c2574eab88a4e47d8a99e8baf2c Mon Sep 17 00:00:00 2001 From: Rodrigo Antinarelli Date: Fri, 28 Feb 2020 19:12:10 -0300 Subject: [PATCH] update Button docs --- platform/ui/src/components/Button/Button.mdx | 42 ++++++++++++++++++++ 1 file changed, 42 insertions(+) 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