Skip to content

Commit 828ffa1

Browse files
committed
Added new button with caption 'Change text...' intended to be wired-up to change the text content in the <TextWidget>.
1 parent 9794a8d commit 828ffa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webpack_in/entry.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ class TextWidget extends React.Component {
3232
render() {
3333
return (
3434
<div style={ objStyleCommon }>
35-
Some text here....
35+
<div>Some text here....</div>
36+
<button>Change text...</button>
3637
</div>
3738
);
3839
}

0 commit comments

Comments
 (0)