diff --git a/docs/src/examples/elements/Image/States/ImageExampleHidden.js b/docs/src/examples/elements/Image/States/ImageExampleHidden.js
index 39655ff0f8..abac3faf3a 100644
--- a/docs/src/examples/elements/Image/States/ImageExampleHidden.js
+++ b/docs/src/examples/elements/Image/States/ImageExampleHidden.js
@@ -1,8 +1,6 @@
import React from 'react'
import { Image } from 'semantic-ui-react'
-const ImageExampleHidden = () => (
-
This is an example of expanded content that will cause the modal's dimmer to scroll
{_.times(8, i => ( -Welcome to your Semantic UI React App! It is awesome 😉
++ Welcome to your Semantic UI React App! It is awesome{' '} + + 😉 + +
- This boilerplate is designed to show theming features of SUI with modern environment. It based on the - awesome{' '} - + This boilerplate is designed to show theming features of SUI with modern environment. It + based on the awesome{' '} + Create React App package - - {' '}with some additions. + {' '} + with some additions.
- + React Hot Loader - - {' '}become stable and we can use safely, it improves your delevopment speed cardinally. + {' '} + become stable and we can use safely, it improves your delevopment speed cardinally.
Semantic UI is powered by LESS, so we need it to enable its powerful theming. We also - enabled {' '} - + enabled{' '} + CSS modules - - {' '}for your components. + {' '} + for your components.
- Semantic UI React is very powerful, but in most cases you do not need all its modules. In fact, unused - modules should be removed by{' '} - + Semantic UI React is very powerful, but in most cases you do not need all its modules. + In fact, unused modules should be removed by{' '} + Tree Shaking - , but current situation does not allow to rely on it. Our users use direct import of SUIR components, - but we do not recommend to use this approach because paths to modules can be changed. We added{' '} + , but current situation does not allow to rely on it. Our users use direct import of + SUIR components, but we do not recommend to use this approach because paths to modules + can be changed. We added{' '} babel-plugin-lodash - - {' '}plugin that automatically transform your import to direct. + {' '} + plugin that automatically transform your import to direct.
We also added bundle analyzer, so you can always review the size of your bundles.
Button
Button
+ - Semantic UI React does not have own theming and fully relies on CSS part of Semantic UI. It is normal, - Semantic UI theming is very powerful, it allows you fully modify the look of your app using theming - variables. + Semantic UI React does not have own theming and fully relies on CSS part of Semantic UI. + It is normal, Semantic UI theming is very powerful, it allows you fully modify the look + of your app using theming variables.
- We changed the primary
color of Button
component, it is really easy
- 😁 Take a look to{' '}
- /src/styling/theme/elements/button.variables
. By the way, the theme
directory
- structure fully matches the component structure of Semantic UI React.
+ We changed the primary
color of Button
component, it is really
+ easy
+
+ 😁
+ {' '}
+ Take a look to /src/styling/theme/elements/button.variables
. By the way,
+ the theme
directory structure fully matches the component structure of
+ Semantic UI React.