Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added new button with caption 'Change text...' intended to be wired-u…
…p to change the text content in the <TextWidget>.
  • Loading branch information
maratbn committed Aug 5, 2018
1 parent 9794a8d commit 828ffa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack_in/entry.jsx
Expand Up @@ -32,7 +32,8 @@ class TextWidget extends React.Component {
render() {
return (
<div style={ objStyleCommon }>
Some text here....
<div>Some text here....</div>
<button>Change text...</button>
</div>
);
}
Expand Down

0 comments on commit 828ffa1

Please sign in to comment.