Update snippets/Collapse.md

This commit is contained in:
Robert Mennell
2018-10-17 21:05:04 +03:00
committed by Angelos Chalaris
parent 4ca2490c9b
commit a555324408

View File

@ -38,7 +38,7 @@ class Collapse extends React.Component {
render() { render() {
return ( return (
<React.Fragment> <div>
<button style={this.style.buttonStyle} onClick={this.toggleCollapse}> <button style={this.style.buttonStyle} onClick={this.toggleCollapse}>
Show/Hide Content Show/Hide Content
</button> </button>