bee-button
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -39,15 +39,2 @@ | ||
); | ||
const header = ( | ||
<Row> | ||
<Col md={11}> | ||
{ example } | ||
</Col> | ||
<Col md={1}> | ||
<Button shape="icon" onClick={ this.handleClick }> | ||
{ caret } | ||
</Button> | ||
</Col> | ||
</Row> | ||
); | ||
return ( | ||
@@ -57,3 +44,3 @@ <Col md={12} > | ||
<p>{ desc }</p> | ||
<Panel collapsible expanded={ this.state.open } colors='bordered' header={ header } footer={footer} footerStyle = {{padding: 0}}> | ||
<Panel collapsible expanded={ this.state.open } colors='bordered' header={ example } footer={footer} footerStyle = {{padding: 0}}> | ||
<pre><code className="hljs javascript">{ code }</code></pre> | ||
@@ -60,0 +47,0 @@ </Panel> |
@@ -124,15 +124,2 @@ | ||
); | ||
const header = ( | ||
<Row> | ||
<Col md={11}> | ||
{ example } | ||
</Col> | ||
<Col md={1}> | ||
<Button shape="icon" onClick={ this.handleClick }> | ||
{ caret } | ||
</Button> | ||
</Col> | ||
</Row> | ||
); | ||
return ( | ||
@@ -142,3 +129,3 @@ <Col md={12} > | ||
<p>{ desc }</p> | ||
<Panel collapsible expanded={ this.state.open } colors='bordered' header={ header } footer={footer} footerStyle = {{padding: 0}}> | ||
<Panel collapsible expanded={ this.state.open } colors='bordered' header={ example } footer={footer} footerStyle = {{padding: 0}}> | ||
<pre><code className="hljs javascript">{ code }</code></pre> | ||
@@ -145,0 +132,0 @@ </Panel> |
{ | ||
"name": "bee-button", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "tinper-bee button ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1269232
13099