|
@@ -6,7 +6,9 @@ import PopinFixedHeader from './component/PopinFixed/PopinFixedHeader.jsx'
|
6
|
6
|
import PopinFixedOption from './component/PopinFixed/PopinFixedOption.jsx'
|
7
|
7
|
import PopinFixedContent from './component/PopinFixed/PopinFixedContent.jsx'
|
8
|
8
|
|
9
|
|
-import Timeline from './component/Timeline.jsx'
|
|
9
|
+import TextAreaPlugin from './component/Input/TextAreaPlugin.jsx'
|
|
10
|
+
|
|
11
|
+import Timeline from './component/Timeline/Timeline.jsx'
|
10
|
12
|
|
11
|
13
|
ReactDOM.render(
|
12
|
14
|
<PopinFixed customClass={`${'randomClass'}`}>
|
|
@@ -20,7 +22,10 @@ ReactDOM.render(
|
20
|
22
|
<PopinFixedOption customClass={`${'randomClass'}`} />
|
21
|
23
|
|
22
|
24
|
<PopinFixedContent customClass={`${'randomClass'}__contentpage`}>
|
23
|
|
- <div>Here will be the plugin content. Style is handled by the plugin (obviously)</div>
|
|
25
|
+ <div>
|
|
26
|
+ <span>Here will be the plugin content. Style is handled by the plugin (obviously)</span>
|
|
27
|
+ <TextAreaPlugin customClass={'randomClass'} />
|
|
28
|
+ </div>
|
24
|
29
|
|
25
|
30
|
<Timeline
|
26
|
31
|
customClass={`${'randomClass'}__contentpage`}
|