diff --git a/docs/app/Examples/elements/Button/Content/ButtonConditionalsExample.js b/docs/app/Examples/elements/Button/Content/ButtonExampleConditionals.js
similarity index 69%
rename from docs/app/Examples/elements/Button/Content/ButtonConditionalsExample.js
rename to docs/app/Examples/elements/Button/Content/ButtonExampleConditionals.js
index d57db05199..510d706473 100644
--- a/docs/app/Examples/elements/Button/Content/ButtonConditionalsExample.js
+++ b/docs/app/Examples/elements/Button/Content/ButtonExampleConditionals.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonConditionalsExample = () => (
+const ButtonExampleConditionals = () => (
@@ -9,4 +9,4 @@ const ButtonConditionalsExample = () => (
)
-export default ButtonConditionalsExample
+export default ButtonExampleConditionals
diff --git a/docs/app/Examples/elements/Button/Content/ButtonMultipleConditionalsExample.js b/docs/app/Examples/elements/Button/Content/ButtonExampleMultipleConditionals.js
similarity index 69%
rename from docs/app/Examples/elements/Button/Content/ButtonMultipleConditionalsExample.js
rename to docs/app/Examples/elements/Button/Content/ButtonExampleMultipleConditionals.js
index 940c592d14..54277125ba 100644
--- a/docs/app/Examples/elements/Button/Content/ButtonMultipleConditionalsExample.js
+++ b/docs/app/Examples/elements/Button/Content/ButtonExampleMultipleConditionals.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonMultipleConditionalsExample = () => (
+const ButtonExampleMultipleConditionals = () => (
@@ -11,4 +11,4 @@ const ButtonMultipleConditionalsExample = () => (
)
-export default ButtonMultipleConditionalsExample
+export default ButtonExampleMultipleConditionals
diff --git a/docs/app/Examples/elements/Button/Content/index.js b/docs/app/Examples/elements/Button/Content/index.js
index 8efc795643..0a7160f093 100644
--- a/docs/app/Examples/elements/Button/Content/index.js
+++ b/docs/app/Examples/elements/Button/Content/index.js
@@ -6,11 +6,11 @@ const ButtonContentExamples = () => (
)
diff --git a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupBasicExample.js b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupBasic.js
similarity index 82%
rename from docs/app/Examples/elements/Button/GroupVariations/ButtonGroupBasicExample.js
rename to docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupBasic.js
index bbe7a36411..5ed114ec7d 100644
--- a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupBasicExample.js
+++ b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupBasic.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button, Divider } from 'semantic-ui-react'
-const ButtonGroupBasicExample = () => (
+const ButtonExampleGroupBasic = () => (
@@ -17,4 +17,4 @@ const ButtonGroupBasicExample = () => (
)
-export default ButtonGroupBasicExample
+export default ButtonExampleGroupBasic
diff --git a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupBasicColoredExample.js b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupBasicColored.js
similarity index 72%
rename from docs/app/Examples/elements/Button/GroupVariations/ButtonGroupBasicColoredExample.js
rename to docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupBasicColored.js
index 1927f0b14b..889de08f5a 100644
--- a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupBasicColoredExample.js
+++ b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupBasicColored.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonGroupBasicColoredExample = () => (
+const ButtonExampleGroupBasicColored = () => (
@@ -9,4 +9,4 @@ const ButtonGroupBasicColoredExample = () => (
)
-export default ButtonGroupBasicColoredExample
+export default ButtonExampleGroupBasicColored
diff --git a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupColoredExample.js b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupColored.js
similarity index 70%
rename from docs/app/Examples/elements/Button/GroupVariations/ButtonGroupColoredExample.js
rename to docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupColored.js
index 030dee3ba4..9b7632e61e 100644
--- a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupColoredExample.js
+++ b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupColored.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonGroupColoredExample = () => (
+const ButtonExampleGroupColored = () => (
@@ -9,4 +9,4 @@ const ButtonGroupColoredExample = () => (
)
-export default ButtonGroupColoredExample
+export default ButtonExampleGroupColored
diff --git a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupEqualWidthExample.js b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupEqualWidth.js
similarity index 83%
rename from docs/app/Examples/elements/Button/GroupVariations/ButtonGroupEqualWidthExample.js
rename to docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupEqualWidth.js
index 9052de867c..9e9b3b0359 100644
--- a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupEqualWidthExample.js
+++ b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupEqualWidth.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button, Divider } from 'semantic-ui-react'
-const ButtonGroupEqualWidthExample = () => (
+const ButtonExampleGroupEqualWidth = () => (
@@ -19,4 +19,4 @@ const ButtonGroupEqualWidthExample = () => (
)
-export default ButtonGroupEqualWidthExample
+export default ButtonExampleGroupEqualWidth
diff --git a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupIconExample.js b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupIcon.js
similarity index 78%
rename from docs/app/Examples/elements/Button/GroupVariations/ButtonGroupIconExample.js
rename to docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupIcon.js
index ea2d9cb33b..8b171e62c6 100644
--- a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupIconExample.js
+++ b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupIcon.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button, Icon } from 'semantic-ui-react'
-const ButtonGroupIconExample = () => (
+const ButtonExampleGroupIcon = () => (
)
-export default ButtonGroupIconExample
+export default ButtonExampleGroupIcon
diff --git a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupIconShorthandExample.js b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupIconShorthand.js
similarity index 67%
rename from docs/app/Examples/elements/Button/GroupVariations/ButtonGroupIconShorthandExample.js
rename to docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupIconShorthand.js
index 3c91961cb7..5417e9ca04 100644
--- a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupIconShorthandExample.js
+++ b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupIconShorthand.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonGroupIconShorthandExample = () => (
+const ButtonExampleGroupIconShorthand = () => (
@@ -9,4 +9,4 @@ const ButtonGroupIconShorthandExample = () => (
)
-export default ButtonGroupIconShorthandExample
+export default ButtonExampleGroupIconShorthand
diff --git a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupIconSizeExample.js b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupIconSize.js
similarity index 73%
rename from docs/app/Examples/elements/Button/GroupVariations/ButtonGroupIconSizeExample.js
rename to docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupIconSize.js
index 044e33f425..3f883948ac 100644
--- a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupIconSizeExample.js
+++ b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupIconSize.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonGroupIconSizeExample = () => (
+const ButtonExampleGroupIconSize = () => (
@@ -10,4 +10,4 @@ const ButtonGroupIconSizeExample = () => (
)
-export default ButtonGroupIconSizeExample
+export default ButtonExampleGroupIconSize
diff --git a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupLabeledIconExample.js b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupLabeledIcon.js
similarity index 73%
rename from docs/app/Examples/elements/Button/GroupVariations/ButtonGroupLabeledIconExample.js
rename to docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupLabeledIcon.js
index 2ee26762b7..3107b7fbf9 100644
--- a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupLabeledIconExample.js
+++ b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupLabeledIcon.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonGroupLabeledIconExample = () => (
+const ButtonExampleGroupLabeledIcon = () => (
@@ -9,4 +9,4 @@ const ButtonGroupLabeledIconExample = () => (
)
-export default ButtonGroupLabeledIconExample
+export default ButtonExampleGroupLabeledIcon
diff --git a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupMixedExample.js b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupMixed.js
similarity index 78%
rename from docs/app/Examples/elements/Button/GroupVariations/ButtonGroupMixedExample.js
rename to docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupMixed.js
index e2fc3556aa..203257ac05 100644
--- a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupMixedExample.js
+++ b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupMixed.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonGroupMixedExample = () => (
+const ButtonExampleGroupMixed = () => (
@@ -9,4 +9,4 @@ const ButtonGroupMixedExample = () => (
)
-export default ButtonGroupMixedExample
+export default ButtonExampleGroupMixed
diff --git a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupOrSizeExample.js b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupOrSize.js
similarity index 70%
rename from docs/app/Examples/elements/Button/GroupVariations/ButtonGroupOrSizeExample.js
rename to docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupOrSize.js
index 29b7716253..a396480396 100644
--- a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupOrSizeExample.js
+++ b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupOrSize.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonGroupOrSizeExample = () => (
+const ButtonExampleGroupOrSize = () => (
@@ -9,4 +9,4 @@ const ButtonGroupOrSizeExample = () => (
)
-export default ButtonGroupOrSizeExample
+export default ButtonExampleGroupOrSize
diff --git a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupSizeExample.js b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupSize.js
similarity index 72%
rename from docs/app/Examples/elements/Button/GroupVariations/ButtonGroupSizeExample.js
rename to docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupSize.js
index 1dfe2bbaca..4b048afcef 100644
--- a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupSizeExample.js
+++ b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupSize.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonGroupSizeExample = () => (
+const ButtonExampleGroupSize = () => (
@@ -9,4 +9,4 @@ const ButtonGroupSizeExample = () => (
)
-export default ButtonGroupSizeExample
+export default ButtonExampleGroupSize
diff --git a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupVerticalExample.js b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupVertical.js
similarity index 61%
rename from docs/app/Examples/elements/Button/GroupVariations/ButtonGroupVerticalExample.js
rename to docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupVertical.js
index 40698dd884..a6212173da 100644
--- a/docs/app/Examples/elements/Button/GroupVariations/ButtonGroupVerticalExample.js
+++ b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupVertical.js
@@ -1,8 +1,8 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonGroupVerticalExample = () => (
-
+const ButtonExampleGroupVertical = () => (
+
@@ -10,4 +10,4 @@ const ButtonGroupVerticalExample = () => (
)
-export default ButtonGroupVerticalExample
+export default ButtonExampleGroupVertical
diff --git a/docs/app/Examples/elements/Button/GroupVariations/index.js b/docs/app/Examples/elements/Button/GroupVariations/index.js
index b5ca3f9ea8..55a136d170 100644
--- a/docs/app/Examples/elements/Button/GroupVariations/index.js
+++ b/docs/app/Examples/elements/Button/GroupVariations/index.js
@@ -6,56 +6,56 @@ const ButtonGroupVariationsExamples = () => (
)
diff --git a/docs/app/Examples/elements/Button/Groups/ButtonGroupExample.js b/docs/app/Examples/elements/Button/Groups/ButtonExampleGroup.js
similarity index 71%
rename from docs/app/Examples/elements/Button/Groups/ButtonGroupExample.js
rename to docs/app/Examples/elements/Button/Groups/ButtonExampleGroup.js
index 1676ee61fa..f37220641b 100644
--- a/docs/app/Examples/elements/Button/Groups/ButtonGroupExample.js
+++ b/docs/app/Examples/elements/Button/Groups/ButtonExampleGroup.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonButtonsExample = () => (
+const ButtonExampleGroup = () => (
@@ -9,4 +9,4 @@ const ButtonButtonsExample = () => (
)
-export default ButtonButtonsExample
+export default ButtonExampleGroup
diff --git a/docs/app/Examples/elements/Button/Groups/ButtonGroupIconExample.js b/docs/app/Examples/elements/Button/Groups/ButtonExampleGroupIcon.js
similarity index 83%
rename from docs/app/Examples/elements/Button/Groups/ButtonGroupIconExample.js
rename to docs/app/Examples/elements/Button/Groups/ButtonExampleGroupIcon.js
index 210a59493d..994389650d 100644
--- a/docs/app/Examples/elements/Button/Groups/ButtonGroupIconExample.js
+++ b/docs/app/Examples/elements/Button/Groups/ButtonExampleGroupIcon.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonIconButtonsExample = () => (
+const ButtonExampleGroupIcon = () => (
@@ -18,4 +18,4 @@ const ButtonIconButtonsExample = () => (
)
-export default ButtonIconButtonsExample
+export default ButtonExampleGroupIcon
diff --git a/docs/app/Examples/elements/Button/Groups/index.js b/docs/app/Examples/elements/Button/Groups/index.js
index e7979c8ac2..6c0dd9d317 100644
--- a/docs/app/Examples/elements/Button/Groups/index.js
+++ b/docs/app/Examples/elements/Button/Groups/index.js
@@ -6,13 +6,13 @@ const ButtonGroupsExamples = () => (
)
diff --git a/docs/app/Examples/elements/Button/States/ButtonActiveExample.js b/docs/app/Examples/elements/Button/States/ButtonExampleActive.js
similarity index 59%
rename from docs/app/Examples/elements/Button/States/ButtonActiveExample.js
rename to docs/app/Examples/elements/Button/States/ButtonExampleActive.js
index 6de81826ea..00b26ecfbb 100644
--- a/docs/app/Examples/elements/Button/States/ButtonActiveExample.js
+++ b/docs/app/Examples/elements/Button/States/ButtonExampleActive.js
@@ -1,8 +1,8 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonActiveExample = () => (
+const ButtonExampleActive = () => (
)
-export default ButtonActiveExample
+export default ButtonExampleActive
diff --git a/docs/app/Examples/elements/Button/States/ButtonDisabledExample.js b/docs/app/Examples/elements/Button/States/ButtonExampleDisabled.js
similarity index 59%
rename from docs/app/Examples/elements/Button/States/ButtonDisabledExample.js
rename to docs/app/Examples/elements/Button/States/ButtonExampleDisabled.js
index f8c76b063d..d4656ba99f 100644
--- a/docs/app/Examples/elements/Button/States/ButtonDisabledExample.js
+++ b/docs/app/Examples/elements/Button/States/ButtonExampleDisabled.js
@@ -1,8 +1,8 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonDisabledExample = () => (
+const ButtonExampleDisabled = () => (
)
-export default ButtonDisabledExample
+export default ButtonExampleDisabled
diff --git a/docs/app/Examples/elements/Button/States/ButtonLoadingExample.js b/docs/app/Examples/elements/Button/States/ButtonExampleLoading.js
similarity index 78%
rename from docs/app/Examples/elements/Button/States/ButtonLoadingExample.js
rename to docs/app/Examples/elements/Button/States/ButtonExampleLoading.js
index 24b6240108..dd22c7470f 100644
--- a/docs/app/Examples/elements/Button/States/ButtonLoadingExample.js
+++ b/docs/app/Examples/elements/Button/States/ButtonExampleLoading.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonLoadingExample = () => (
+const ButtonExampleLoading = () => (
@@ -10,4 +10,4 @@ const ButtonLoadingExample = () => (
)
-export default ButtonLoadingExample
+export default ButtonExampleLoading
diff --git a/docs/app/Examples/elements/Button/States/index.js b/docs/app/Examples/elements/Button/States/index.js
index 1de332798c..7622648b6b 100644
--- a/docs/app/Examples/elements/Button/States/index.js
+++ b/docs/app/Examples/elements/Button/States/index.js
@@ -6,18 +6,18 @@ const ButtonStatesExamples = () => (
)
diff --git a/docs/app/Examples/elements/Button/Types/ButtonAnimatedExample.js b/docs/app/Examples/elements/Button/Types/ButtonExampleAnimated.js
similarity index 89%
rename from docs/app/Examples/elements/Button/Types/ButtonAnimatedExample.js
rename to docs/app/Examples/elements/Button/Types/ButtonExampleAnimated.js
index 62fd80e1f5..36f394851d 100644
--- a/docs/app/Examples/elements/Button/Types/ButtonAnimatedExample.js
+++ b/docs/app/Examples/elements/Button/Types/ButtonExampleAnimated.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button, Icon } from 'semantic-ui-react'
-const ButtonAnimatedExample = () => (
+const ButtonExampleAnimated = () => (
)
-export default ButtonAnimatedExample
+export default ButtonExampleAnimated
diff --git a/docs/app/Examples/elements/Button/Types/ButtonBasicExample.js b/docs/app/Examples/elements/Button/Types/ButtonExampleBasic.js
similarity index 91%
rename from docs/app/Examples/elements/Button/Types/ButtonBasicExample.js
rename to docs/app/Examples/elements/Button/Types/ButtonExampleBasic.js
index 5182bbcb8f..67828836fe 100644
--- a/docs/app/Examples/elements/Button/Types/ButtonBasicExample.js
+++ b/docs/app/Examples/elements/Button/Types/ButtonExampleBasic.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonBasicExample = () => (
+const ButtonExampleBasic = () => (
@@ -20,4 +20,4 @@ const ButtonBasicExample = () => (
)
-export default ButtonBasicExample
+export default ButtonExampleBasic
diff --git a/docs/app/Examples/elements/Button/Types/ButtonButtonExample.js b/docs/app/Examples/elements/Button/Types/ButtonExampleButton.js
similarity index 60%
rename from docs/app/Examples/elements/Button/Types/ButtonButtonExample.js
rename to docs/app/Examples/elements/Button/Types/ButtonExampleButton.js
index a40d92be11..7093a66b0f 100644
--- a/docs/app/Examples/elements/Button/Types/ButtonButtonExample.js
+++ b/docs/app/Examples/elements/Button/Types/ButtonExampleButton.js
@@ -1,10 +1,10 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonButtonExample = () => (
+const ButtonExampleButton = () => (
)
-export default ButtonButtonExample
+export default ButtonExampleButton
diff --git a/docs/app/Examples/elements/Button/Types/ButtonContentPropExample.js b/docs/app/Examples/elements/Button/Types/ButtonExampleContentProp.js
similarity index 56%
rename from docs/app/Examples/elements/Button/Types/ButtonContentPropExample.js
rename to docs/app/Examples/elements/Button/Types/ButtonExampleContentProp.js
index 075895224f..5f04ad10e8 100644
--- a/docs/app/Examples/elements/Button/Types/ButtonContentPropExample.js
+++ b/docs/app/Examples/elements/Button/Types/ButtonExampleContentProp.js
@@ -1,8 +1,8 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonContentPropExample = () => (
+const ButtonExampleContentProp = () => (
)
-export default ButtonContentPropExample
+export default ButtonExampleContentProp
diff --git a/docs/app/Examples/elements/Button/Types/ButtonEmphasisExample.js b/docs/app/Examples/elements/Button/Types/ButtonExampleEmphasis.js
similarity index 69%
rename from docs/app/Examples/elements/Button/Types/ButtonEmphasisExample.js
rename to docs/app/Examples/elements/Button/Types/ButtonExampleEmphasis.js
index c94fd030e4..474d00f41a 100644
--- a/docs/app/Examples/elements/Button/Types/ButtonEmphasisExample.js
+++ b/docs/app/Examples/elements/Button/Types/ButtonExampleEmphasis.js
@@ -1,11 +1,11 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonEmphasisExample = () => (
+const ButtonExampleEmphasis = () => (
)
-export default ButtonEmphasisExample
+export default ButtonExampleEmphasis
diff --git a/docs/app/Examples/elements/Button/Types/ButtonIconExample.js b/docs/app/Examples/elements/Button/Types/ButtonExampleIcon.js
similarity index 66%
rename from docs/app/Examples/elements/Button/Types/ButtonIconExample.js
rename to docs/app/Examples/elements/Button/Types/ButtonExampleIcon.js
index 31c767d8b0..12ea4af6b0 100644
--- a/docs/app/Examples/elements/Button/Types/ButtonIconExample.js
+++ b/docs/app/Examples/elements/Button/Types/ButtonExampleIcon.js
@@ -1,10 +1,10 @@
import React from 'react'
import { Button, Icon } from 'semantic-ui-react'
-const ButtonIconExample = () => (
+const ButtonExampleIcon = () => (
)
-export default ButtonIconExample
+export default ButtonExampleIcon
diff --git a/docs/app/Examples/elements/Button/Types/ButtonIconPropExample.js b/docs/app/Examples/elements/Button/Types/ButtonExampleIconProp.js
similarity index 56%
rename from docs/app/Examples/elements/Button/Types/ButtonIconPropExample.js
rename to docs/app/Examples/elements/Button/Types/ButtonExampleIconProp.js
index 06c6cba1ab..4b0b45bdc7 100644
--- a/docs/app/Examples/elements/Button/Types/ButtonIconPropExample.js
+++ b/docs/app/Examples/elements/Button/Types/ButtonExampleIconProp.js
@@ -1,8 +1,8 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonIconExample = () => (
+const ButtonExampleIconProp = () => (
)
-export default ButtonIconExample
+export default ButtonExampleIconProp
diff --git a/docs/app/Examples/elements/Button/Types/ButtonInvertedExample.js b/docs/app/Examples/elements/Button/Types/ButtonExampleInverted.js
similarity index 95%
rename from docs/app/Examples/elements/Button/Types/ButtonInvertedExample.js
rename to docs/app/Examples/elements/Button/Types/ButtonExampleInverted.js
index b3b6bfe92b..afab7b1e26 100644
--- a/docs/app/Examples/elements/Button/Types/ButtonInvertedExample.js
+++ b/docs/app/Examples/elements/Button/Types/ButtonExampleInverted.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button, Segment } from 'semantic-ui-react'
-const ButtonInvertedExample = () => (
+const ButtonExampleInverted = () => (
@@ -38,4 +38,4 @@ const ButtonInvertedExample = () => (
)
-export default ButtonInvertedExample
+export default ButtonExampleInverted
diff --git a/docs/app/Examples/elements/Button/Types/ButtonLabeledExample.js b/docs/app/Examples/elements/Button/Types/ButtonExampleLabeled.js
similarity index 87%
rename from docs/app/Examples/elements/Button/Types/ButtonLabeledExample.js
rename to docs/app/Examples/elements/Button/Types/ButtonExampleLabeled.js
index fe202cae00..1a08692d19 100644
--- a/docs/app/Examples/elements/Button/Types/ButtonLabeledExample.js
+++ b/docs/app/Examples/elements/Button/Types/ButtonExampleLabeled.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonLabeledExample = () => (
+const ButtonExampleLabeled = () => (
)
-export default ButtonLabeledExample
+export default ButtonExampleLabeled
diff --git a/docs/app/Examples/elements/Button/Types/ButtonLabeledBasicExample.js b/docs/app/Examples/elements/Button/Types/ButtonExampleLabeledBasic.js
similarity index 83%
rename from docs/app/Examples/elements/Button/Types/ButtonLabeledBasicExample.js
rename to docs/app/Examples/elements/Button/Types/ButtonExampleLabeledBasic.js
index 3ee611e9fe..236303bab6 100644
--- a/docs/app/Examples/elements/Button/Types/ButtonLabeledBasicExample.js
+++ b/docs/app/Examples/elements/Button/Types/ButtonExampleLabeledBasic.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonLabeledExample = () => (
+const ButtonExampleLabeledBasic = () => (
)
-export default ButtonLabeledExample
+export default ButtonExampleLabeledBasic
diff --git a/docs/app/Examples/elements/Button/Types/ButtonLabeledIconExample.js b/docs/app/Examples/elements/Button/Types/ButtonExampleLabeledIcon.js
similarity index 73%
rename from docs/app/Examples/elements/Button/Types/ButtonLabeledIconExample.js
rename to docs/app/Examples/elements/Button/Types/ButtonExampleLabeledIcon.js
index 982becf44e..52b2661468 100644
--- a/docs/app/Examples/elements/Button/Types/ButtonLabeledIconExample.js
+++ b/docs/app/Examples/elements/Button/Types/ButtonExampleLabeledIcon.js
@@ -1,11 +1,11 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonLabeledIconExample = () => (
+const ButtonExampleLabeledIcon = () => (
)
-export default ButtonLabeledIconExample
+export default ButtonExampleLabeledIcon
diff --git a/docs/app/Examples/elements/Button/Types/ButtonLabeledPropsExample.js b/docs/app/Examples/elements/Button/Types/ButtonExampleLabeledProps.js
similarity index 82%
rename from docs/app/Examples/elements/Button/Types/ButtonLabeledPropsExample.js
rename to docs/app/Examples/elements/Button/Types/ButtonExampleLabeledProps.js
index 3ffe0a0d26..d19d5bf384 100644
--- a/docs/app/Examples/elements/Button/Types/ButtonLabeledPropsExample.js
+++ b/docs/app/Examples/elements/Button/Types/ButtonExampleLabeledProps.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button, Label } from 'semantic-ui-react'
-const ButtonLabeledPropsExample = () => (
+const ButtonExampleLabeledProps = () => (
@@ -10,4 +10,4 @@ const ButtonLabeledPropsExample = () => (
)
-export default ButtonLabeledPropsExample
+export default ButtonExampleLabeledProps
diff --git a/docs/app/Examples/elements/Button/Types/index.js b/docs/app/Examples/elements/Button/Types/index.js
index e55f660804..b952edef30 100644
--- a/docs/app/Examples/elements/Button/Types/index.js
+++ b/docs/app/Examples/elements/Button/Types/index.js
@@ -6,58 +6,58 @@ const ButtonTypesExamples = () => (
)
diff --git a/docs/app/Examples/elements/Button/Variations/ButtonCircularExample.js b/docs/app/Examples/elements/Button/Variations/ButtonExampleCircular.js
similarity index 59%
rename from docs/app/Examples/elements/Button/Variations/ButtonCircularExample.js
rename to docs/app/Examples/elements/Button/Variations/ButtonExampleCircular.js
index b6d5defdb3..9e58623975 100644
--- a/docs/app/Examples/elements/Button/Variations/ButtonCircularExample.js
+++ b/docs/app/Examples/elements/Button/Variations/ButtonExampleCircular.js
@@ -1,8 +1,8 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonCircularExample = () => (
+const ButtonExampleCircular = () => (
)
-export default ButtonCircularExample
+export default ButtonExampleCircular
diff --git a/docs/app/Examples/elements/Button/Variations/ButtonCircularSocialExample.js b/docs/app/Examples/elements/Button/Variations/ButtonExampleCircularSocial.js
similarity index 78%
rename from docs/app/Examples/elements/Button/Variations/ButtonCircularSocialExample.js
rename to docs/app/Examples/elements/Button/Variations/ButtonExampleCircularSocial.js
index 0d6a115429..588b9f9c60 100644
--- a/docs/app/Examples/elements/Button/Variations/ButtonCircularSocialExample.js
+++ b/docs/app/Examples/elements/Button/Variations/ButtonExampleCircularSocial.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonCircularExample = () => (
+const ButtonExampleCircularSocial = () => (
@@ -10,4 +10,4 @@ const ButtonCircularExample = () => (
)
-export default ButtonCircularExample
+export default ButtonExampleCircularSocial
diff --git a/docs/app/Examples/elements/Button/Variations/ButtonColoredExample.js b/docs/app/Examples/elements/Button/Variations/ButtonExampleColored.js
similarity index 89%
rename from docs/app/Examples/elements/Button/Variations/ButtonColoredExample.js
rename to docs/app/Examples/elements/Button/Variations/ButtonExampleColored.js
index 8b25f0ae54..9ad2642205 100644
--- a/docs/app/Examples/elements/Button/Variations/ButtonColoredExample.js
+++ b/docs/app/Examples/elements/Button/Variations/ButtonExampleColored.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonColoredExample = () => (
+const ButtonExampleColored = () => (
@@ -19,4 +19,4 @@ const ButtonColoredExample = () => (
)
-export default ButtonColoredExample
+export default ButtonExampleColored
diff --git a/docs/app/Examples/elements/Button/Variations/ButtonCompactExample.js b/docs/app/Examples/elements/Button/Variations/ButtonExampleCompact.js
similarity index 67%
rename from docs/app/Examples/elements/Button/Variations/ButtonCompactExample.js
rename to docs/app/Examples/elements/Button/Variations/ButtonExampleCompact.js
index 5e66b82c22..48d6184827 100644
--- a/docs/app/Examples/elements/Button/Variations/ButtonCompactExample.js
+++ b/docs/app/Examples/elements/Button/Variations/ButtonExampleCompact.js
@@ -1,11 +1,11 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonCompactExample = () => (
+const ButtonExampleCompact = () => (
)
-export default ButtonCompactExample
+export default ButtonExampleCompact
diff --git a/docs/app/Examples/elements/Button/Variations/ButtonFloatedExample.js b/docs/app/Examples/elements/Button/Variations/ButtonExampleFloated.js
similarity index 72%
rename from docs/app/Examples/elements/Button/Variations/ButtonFloatedExample.js
rename to docs/app/Examples/elements/Button/Variations/ButtonExampleFloated.js
index 01a93712ac..96ef60d242 100644
--- a/docs/app/Examples/elements/Button/Variations/ButtonFloatedExample.js
+++ b/docs/app/Examples/elements/Button/Variations/ButtonExampleFloated.js
@@ -1,11 +1,11 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonFloatedExample = () => (
+const ButtonExampleFloated = () => (
)
-export default ButtonFloatedExample
+export default ButtonExampleFloated
diff --git a/docs/app/Examples/elements/Button/Variations/ButtonFluidExample.js b/docs/app/Examples/elements/Button/Variations/ButtonExampleFluid.js
similarity index 62%
rename from docs/app/Examples/elements/Button/Variations/ButtonFluidExample.js
rename to docs/app/Examples/elements/Button/Variations/ButtonExampleFluid.js
index 290a60a3e6..55a4144c39 100644
--- a/docs/app/Examples/elements/Button/Variations/ButtonFluidExample.js
+++ b/docs/app/Examples/elements/Button/Variations/ButtonExampleFluid.js
@@ -1,8 +1,8 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonFluidExample = () => (
+const ButtonExampleFluid = () => (
)
-export default ButtonFluidExample
+export default ButtonExampleFluid
diff --git a/docs/app/Examples/elements/Button/Variations/ButtonHorizontallyAttachedExample.js b/docs/app/Examples/elements/Button/Variations/ButtonExampleHorizontallyAttached.js
similarity index 64%
rename from docs/app/Examples/elements/Button/Variations/ButtonHorizontallyAttachedExample.js
rename to docs/app/Examples/elements/Button/Variations/ButtonExampleHorizontallyAttached.js
index 6393d55602..c8ed5ecaf6 100644
--- a/docs/app/Examples/elements/Button/Variations/ButtonHorizontallyAttachedExample.js
+++ b/docs/app/Examples/elements/Button/Variations/ButtonExampleHorizontallyAttached.js
@@ -1,11 +1,11 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonHorizontallyAttachedExample = () => (
+const ButtonExampleHorizontallyAttached = () => (
)
-export default ButtonHorizontallyAttachedExample
+export default ButtonExampleHorizontallyAttached
diff --git a/docs/app/Examples/elements/Button/Variations/ButtonNegativeExample.js b/docs/app/Examples/elements/Button/Variations/ButtonExampleNegative.js
similarity index 64%
rename from docs/app/Examples/elements/Button/Variations/ButtonNegativeExample.js
rename to docs/app/Examples/elements/Button/Variations/ButtonExampleNegative.js
index 1eb62ca711..90d1c79756 100644
--- a/docs/app/Examples/elements/Button/Variations/ButtonNegativeExample.js
+++ b/docs/app/Examples/elements/Button/Variations/ButtonExampleNegative.js
@@ -1,10 +1,10 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonNegativeExample = () => (
+const ButtonExampleNegative = () => (
)
-export default ButtonNegativeExample
+export default ButtonExampleNegative
diff --git a/docs/app/Examples/elements/Button/Variations/ButtonPositiveExample.js b/docs/app/Examples/elements/Button/Variations/ButtonExamplePositive.js
similarity index 64%
rename from docs/app/Examples/elements/Button/Variations/ButtonPositiveExample.js
rename to docs/app/Examples/elements/Button/Variations/ButtonExamplePositive.js
index 314c5fd436..adf366d891 100644
--- a/docs/app/Examples/elements/Button/Variations/ButtonPositiveExample.js
+++ b/docs/app/Examples/elements/Button/Variations/ButtonExamplePositive.js
@@ -1,10 +1,10 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonPositiveExample = () => (
+const ButtonExamplePositive = () => (
)
-export default ButtonPositiveExample
+export default ButtonExamplePositive
diff --git a/docs/app/Examples/elements/Button/Variations/ButtonSizeExample.js b/docs/app/Examples/elements/Button/Variations/ButtonExampleSize.js
similarity index 88%
rename from docs/app/Examples/elements/Button/Variations/ButtonSizeExample.js
rename to docs/app/Examples/elements/Button/Variations/ButtonExampleSize.js
index bf8947cfbe..7d6f3d20a3 100644
--- a/docs/app/Examples/elements/Button/Variations/ButtonSizeExample.js
+++ b/docs/app/Examples/elements/Button/Variations/ButtonExampleSize.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button } from 'semantic-ui-react'
-const ButtonSizeExample = () => (
+const ButtonExampleSize = () => (
)
-export default ButtonSizeExample
+export default ButtonExampleSize
diff --git a/docs/app/Examples/elements/Button/Variations/ButtonSocialExample.js b/docs/app/Examples/elements/Button/Variations/ButtonExampleSocial.js
similarity index 90%
rename from docs/app/Examples/elements/Button/Variations/ButtonSocialExample.js
rename to docs/app/Examples/elements/Button/Variations/ButtonExampleSocial.js
index ce9c7f1598..82796d9b5d 100644
--- a/docs/app/Examples/elements/Button/Variations/ButtonSocialExample.js
+++ b/docs/app/Examples/elements/Button/Variations/ButtonExampleSocial.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button, Icon } from 'semantic-ui-react'
-const ButtonSocialExample = () => (
+const ButtonExampleSocial = () => (
)
-export default ButtonSocialExample
+export default ButtonExampleSocial
diff --git a/docs/app/Examples/elements/Button/Variations/ButtonToggleExample.js b/docs/app/Examples/elements/Button/Variations/ButtonExampleToggle.js
similarity index 80%
rename from docs/app/Examples/elements/Button/Variations/ButtonToggleExample.js
rename to docs/app/Examples/elements/Button/Variations/ButtonExampleToggle.js
index 9838f0b97c..439a85e5a9 100644
--- a/docs/app/Examples/elements/Button/Variations/ButtonToggleExample.js
+++ b/docs/app/Examples/elements/Button/Variations/ButtonExampleToggle.js
@@ -1,7 +1,7 @@
import React, { Component } from 'react'
import { Button } from 'semantic-ui-react'
-class ButtonToggleExample extends Component {
+class ButtonExampleToggle extends Component {
state = {}
handleClick = () => this.setState({ active: !this.state.active })
@@ -16,4 +16,4 @@ class ButtonToggleExample extends Component {
}
}
-export default ButtonToggleExample
+export default ButtonExampleToggle
diff --git a/docs/app/Examples/elements/Button/Variations/ButtonVerticallyAttachedExample.js b/docs/app/Examples/elements/Button/Variations/ButtonExampleVerticallyAttached.js
similarity index 75%
rename from docs/app/Examples/elements/Button/Variations/ButtonVerticallyAttachedExample.js
rename to docs/app/Examples/elements/Button/Variations/ButtonExampleVerticallyAttached.js
index fad296c967..e0315d68c7 100644
--- a/docs/app/Examples/elements/Button/Variations/ButtonVerticallyAttachedExample.js
+++ b/docs/app/Examples/elements/Button/Variations/ButtonExampleVerticallyAttached.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button, Segment } from 'semantic-ui-react'
-const ButtonVerticallyAttachedExample = () => (
+const ButtonExampleVerticallyAttached = () => (
@@ -11,4 +11,4 @@ const ButtonVerticallyAttachedExample = () => (
)
-export default ButtonVerticallyAttachedExample
+export default ButtonExampleVerticallyAttached
diff --git a/docs/app/Examples/elements/Button/Variations/ButtonVerticallyAttachedGroupExample.js b/docs/app/Examples/elements/Button/Variations/ButtonExampleVerticallyAttachedGroup.js
similarity index 80%
rename from docs/app/Examples/elements/Button/Variations/ButtonVerticallyAttachedGroupExample.js
rename to docs/app/Examples/elements/Button/Variations/ButtonExampleVerticallyAttachedGroup.js
index 435b46192e..07e94b6d19 100644
--- a/docs/app/Examples/elements/Button/Variations/ButtonVerticallyAttachedGroupExample.js
+++ b/docs/app/Examples/elements/Button/Variations/ButtonExampleVerticallyAttachedGroup.js
@@ -1,7 +1,7 @@
import React from 'react'
import { Button, Segment } from 'semantic-ui-react'
-const ButtonVerticallyAttachedExample = () => (
+const ButtonExampleVerticallyAttachedGroup = () => (
@@ -17,4 +17,4 @@ const ButtonVerticallyAttachedExample = () => (
)
-export default ButtonVerticallyAttachedExample
+export default ButtonExampleVerticallyAttachedGroup
diff --git a/docs/app/Examples/elements/Button/Variations/ButtonPositiveNegativeExample.js b/docs/app/Examples/elements/Button/Variations/ButtonPositiveNegativeExample.js
deleted file mode 100644
index 576a3add92..0000000000
--- a/docs/app/Examples/elements/Button/Variations/ButtonPositiveNegativeExample.js
+++ /dev/null
@@ -1,11 +0,0 @@
-import React from 'react'
-import { Button } from 'semantic-ui-react'
-
-const ButtonPositiveNegativeExample = () => (
-
-
-
-
-)
-
-export default ButtonPositiveNegativeExample
diff --git a/docs/app/Examples/elements/Button/Variations/index.js b/docs/app/Examples/elements/Button/Variations/index.js
index 0fb500ddc6..b5dc57c975 100644
--- a/docs/app/Examples/elements/Button/Variations/index.js
+++ b/docs/app/Examples/elements/Button/Variations/index.js
@@ -6,69 +6,69 @@ const ButtonVariationsExamples = () => (
)