diff --git a/platform/ui/src/components/Button/Button.mdx b/platform/ui/src/components/Button/Button.mdx index ce6c55196..cf09571dd 100644 --- a/platform/ui/src/components/Button/Button.mdx +++ b/platform/ui/src/components/Button/Button.mdx @@ -17,11 +17,7 @@ Buttons are used to execute actions when users interacts with them. import { Button } from '@ohfi/ui'; ``` -## Properties - - - -## Contained Buttons +## Outlined Buttons <> @@ -231,3 +227,8 @@ import { IconButton } from '@ohfi/ui'; + + +## Properties + + diff --git a/platform/ui/src/components/Input/Input.mdx b/platform/ui/src/components/Input/Input.mdx index b67d481c0..364ad5571 100644 --- a/platform/ui/src/components/Input/Input.mdx +++ b/platform/ui/src/components/Input/Input.mdx @@ -9,10 +9,6 @@ import Input from './'; # Input -## Properties - - - ## Basic usage @@ -31,3 +27,7 @@ import Input from './'; ); }} + +## Properties + + diff --git a/platform/ui/src/components/Label/Label.mdx b/platform/ui/src/components/Label/Label.mdx index fef0566f5..0d850cefd 100644 --- a/platform/ui/src/components/Label/Label.mdx +++ b/platform/ui/src/components/Label/Label.mdx @@ -9,10 +9,6 @@ import Label from './'; # Label -## Properties - - - ## Basic usage @@ -20,3 +16,7 @@ import Label from './'; return + +## Properties + + diff --git a/platform/ui/src/components/Typography/Typography.mdx b/platform/ui/src/components/Typography/Typography.mdx index 7859c5d40..21ec5fc79 100644 --- a/platform/ui/src/components/Typography/Typography.mdx +++ b/platform/ui/src/components/Typography/Typography.mdx @@ -18,10 +18,6 @@ content. import { Typography } from '@ohfi/ui'; ``` -## Properties - - - ## Basic usage @@ -63,3 +59,7 @@ element. This is a h2 using the h1 styles. + +## Properties + +