fix: add className='card-header-action'
This commit is contained in:
parent
d66b150158
commit
9fda46390c
@ -11,7 +11,7 @@ class Breadcrumbs extends Component {
|
||||
<CardHeader>
|
||||
<i className="fa fa-align-justify"></i><strong>Breadcrumbs</strong>
|
||||
<div className="card-header-actions">
|
||||
<a href="https://reactstrap.github.io/components/breadcrumbs/" rel="noreferrer noopener" target="_blank">
|
||||
<a href="https://reactstrap.github.io/components/breadcrumbs/" rel="noreferrer noopener" target="_blank" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -88,7 +88,7 @@ class Carousels extends Component {
|
||||
<CardHeader>
|
||||
<i className="fa fa-align-justify"></i><strong>Carousel</strong>
|
||||
<div className="card-header-actions">
|
||||
<a href="https://reactstrap.github.io/components/carousel/" rel="noreferrer noopener" target="_blank">
|
||||
<a href="https://reactstrap.github.io/components/carousel/" rel="noreferrer noopener" target="_blank" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -50,7 +50,7 @@ class Collapses extends Component {
|
||||
<CardHeader>
|
||||
<i className="fa fa-align-justify"></i><strong>Collapse</strong>
|
||||
<div className="card-header-actions">
|
||||
<a href="https://reactstrap.github.io/components/collapse/" rel="noreferrer noopener" target="_blank">
|
||||
<a href="https://reactstrap.github.io/components/collapse/" rel="noreferrer noopener" target="_blank" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
@ -91,7 +91,7 @@ class Collapses extends Component {
|
||||
<CardHeader>
|
||||
<i className="fa fa-align-justify"></i><strong>Fade</strong>
|
||||
<div className="card-header-actions">
|
||||
<a href="https://reactstrap.github.io/components/fade/" rel="noreferrer noopener" target="_blank">
|
||||
<a href="https://reactstrap.github.io/components/fade/" rel="noreferrer noopener" target="_blank" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -29,7 +29,7 @@ class Dropdowns extends Component {
|
||||
<CardHeader>
|
||||
<i className="fa fa-align-justify"></i><strong>Dropdowns</strong>
|
||||
<div className="card-header-actions">
|
||||
<a href="https://reactstrap.github.io/components/dropdowns/" rel="noreferrer noopener" target="_blank">
|
||||
<a href="https://reactstrap.github.io/components/dropdowns/" rel="noreferrer noopener" target="_blank" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -1051,9 +1051,9 @@ class Forms extends Component {
|
||||
<CardHeader>
|
||||
<i className="fa fa-edit"></i>Form Elements
|
||||
<div className="card-header-actions">
|
||||
<a href="#" className="btn-setting"><i className="icon-settings"></i></a>
|
||||
<Button className="btn btn-minimize" data-target="#collapseExample" onClick={this.toggle}><i className="icon-arrow-up"></i></Button>
|
||||
<a href="#" className="btn-close"><i className="icon-close"></i></a>
|
||||
<a href="#" className="card-header-action btn-setting"><i className="icon-settings"></i></a>
|
||||
<a className="card-header-action btn btn-minimize" data-target="#collapseExample" onClick={this.toggle}><i className="icon-arrow-up"></i></a>
|
||||
<a href="#" className="card-header-action btn-close"><i className="icon-close"></i></a>
|
||||
</div>
|
||||
</CardHeader>
|
||||
<Collapse isOpen={this.state.collapse} id="collapseExample">
|
||||
|
@ -10,7 +10,7 @@ class Jumbotrons extends Component {
|
||||
<CardHeader>
|
||||
<i className="fa fa-align-justify"></i><strong>Jumbotron</strong>
|
||||
<div className="card-header-actions">
|
||||
<a href="https://reactstrap.github.io/components/jumbotron/" rel="noreferrer noopener" target="_blank">
|
||||
<a href="https://reactstrap.github.io/components/jumbotron/" rel="noreferrer noopener" target="_blank" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -12,7 +12,7 @@ class ListGroups extends Component {
|
||||
<CardHeader>
|
||||
<i className="fa fa-align-justify"></i><strong>List Group</strong>
|
||||
<div className="card-header-actions">
|
||||
<a href="https://reactstrap.github.io/components/listgroup/" rel="noreferrer noopener" target="_blank">
|
||||
<a href="https://reactstrap.github.io/components/listgroup/" rel="noreferrer noopener" target="_blank" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -48,7 +48,7 @@ class Navbars extends Component {
|
||||
<CardHeader>
|
||||
<i className="fa fa-align-justify"></i><strong>Navbar</strong>
|
||||
<div className="card-header-actions">
|
||||
<a href="https://reactstrap.github.io/components/navbar/" rel="noreferrer noopener" target="_blank">
|
||||
<a href="https://reactstrap.github.io/components/navbar/" rel="noreferrer noopener" target="_blank" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -28,7 +28,7 @@ class Navs extends Component {
|
||||
<CardHeader>
|
||||
<i className="fa fa-align-justify"></i><strong>Navs</strong>
|
||||
<div className="card-header-actions">
|
||||
<a href="https://reactstrap.github.io/components/navs/" rel="noreferrer noopener" target="_blank">
|
||||
<a href="https://reactstrap.github.io/components/navs/" rel="noreferrer noopener" target="_blank" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -10,7 +10,7 @@ class Paginations extends Component {
|
||||
<CardHeader>
|
||||
<i className="fa fa-align-justify"></i><strong>Pagination</strong>
|
||||
<div className="card-header-actions">
|
||||
<a href="https://reactstrap.github.io/components/pagination/" rel="noreferrer noopener" target="_blank">
|
||||
<a href="https://reactstrap.github.io/components/pagination/" rel="noreferrer noopener" target="_blank" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -74,7 +74,7 @@ class Popovers extends Component {
|
||||
<CardHeader>
|
||||
<i className="fa fa-align-justify"></i><strong>Popovers</strong>
|
||||
<div className="card-header-actions">
|
||||
<a href="https://reactstrap.github.io/components/popovers/" rel="noreferrer noopener" target="_blank">
|
||||
<a href="https://reactstrap.github.io/components/popovers/" rel="noreferrer noopener" target="_blank" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -10,7 +10,7 @@ class ProgressBar extends Component {
|
||||
<CardHeader>
|
||||
<i className="fa fa-align-justify"></i><strong>Progress</strong>
|
||||
<div className="card-header-actions">
|
||||
<a href="https://reactstrap.github.io/components/progress/" rel="noreferrer noopener" target="_blank">
|
||||
<a href="https://reactstrap.github.io/components/progress/" rel="noreferrer noopener" target="_blank" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -76,7 +76,7 @@ class Tooltips extends Component {
|
||||
<CardHeader>
|
||||
<i className="fa fa-align-justify"></i><strong>Tooltips</strong>
|
||||
<div className="card-header-actions">
|
||||
<a href="https://reactstrap.github.io/components/tooltips/" rel="noreferrer noopener" target="_blank">
|
||||
<a href="https://reactstrap.github.io/components/tooltips/" rel="noreferrer noopener" target="_blank" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -28,7 +28,7 @@ class ButtonDropdowns extends Component {
|
||||
<CardHeader>
|
||||
<i className="fa fa-align-justify"></i><strong>Button Dropdown</strong>
|
||||
<div className="card-header-actions">
|
||||
<a href="https://reactstrap.github.io/components/button-dropdown/" rel="noreferrer noopener" target="_blank">
|
||||
<a href="https://reactstrap.github.io/components/button-dropdown/" rel="noreferrer noopener" target="_blank" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -45,7 +45,7 @@ class ButtonGroups extends Component {
|
||||
<CardHeader>
|
||||
<i className="fa fa-align-justify"></i><strong>Button Group</strong>
|
||||
<div className="card-header-actions">
|
||||
<a href="https://reactstrap.github.io/components/button-group/" rel="noreferrer noopener" target="_blank">
|
||||
<a href="https://reactstrap.github.io/components/button-group/" rel="noreferrer noopener" target="_blank" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -151,7 +151,7 @@ class Charts extends Component {
|
||||
<CardHeader>
|
||||
Line Chart
|
||||
<div className="card-header-actions">
|
||||
<a href="http://www.chartjs.org">
|
||||
<a href="http://www.chartjs.org" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
@ -166,7 +166,7 @@ class Charts extends Component {
|
||||
<CardHeader>
|
||||
Bar Chart
|
||||
<div className="card-header-actions">
|
||||
<a href="http://www.chartjs.org">
|
||||
<a href="http://www.chartjs.org" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
@ -181,7 +181,7 @@ class Charts extends Component {
|
||||
<CardHeader>
|
||||
Doughnut Chart
|
||||
<div className="card-header-actions">
|
||||
<a href="http://www.chartjs.org">
|
||||
<a href="http://www.chartjs.org" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
@ -196,7 +196,7 @@ class Charts extends Component {
|
||||
<CardHeader>
|
||||
Radar Chart
|
||||
<div className="card-header-actions">
|
||||
<a href="http://www.chartjs.org">
|
||||
<a href="http://www.chartjs.org" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
@ -211,7 +211,7 @@ class Charts extends Component {
|
||||
<CardHeader>
|
||||
Pie Chart
|
||||
<div className="card-header-actions">
|
||||
<a href="http://www.chartjs.org">
|
||||
<a href="http://www.chartjs.org" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
@ -226,7 +226,7 @@ class Charts extends Component {
|
||||
<CardHeader>
|
||||
Polar Area Chart
|
||||
<div className="card-header-actions">
|
||||
<a href="http://www.chartjs.org">
|
||||
<a href="http://www.chartjs.org" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -25,7 +25,7 @@ class Alerts extends Component {
|
||||
<CardHeader>
|
||||
<i className="fa fa-align-justify"></i><strong>Alerts</strong>
|
||||
<div className="card-header-actions">
|
||||
<a href="https://reactstrap.github.io/components/alerts/" rel="noreferrer noopener" target="_blank">
|
||||
<a href="https://reactstrap.github.io/components/alerts/" rel="noreferrer noopener" target="_blank" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -11,7 +11,7 @@ class Badges extends Component {
|
||||
<CardHeader>
|
||||
<i className="fa fa-align-justify"></i><strong>Badges</strong>
|
||||
<div className="card-header-actions">
|
||||
<a href="https://reactstrap.github.io/components/badge/" rel="noreferrer noopener" target="_blank">
|
||||
<a href="https://reactstrap.github.io/components/badge/" rel="noreferrer noopener" target="_blank" className="card-header-action">
|
||||
<small className="text-muted">docs</small>
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user