File tree Expand file tree Collapse file tree 4 files changed +18
-1
lines changed Expand file tree Collapse file tree 4 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,14 @@ class Breadcrumbs extends Component {
21
21
< BreadcrumbItem active > Home</ BreadcrumbItem >
22
22
</ Breadcrumb >
23
23
< Breadcrumb >
24
+ { /*eslint-disable-next-line*/ }
24
25
< BreadcrumbItem > < a href = "#" > Home</ a > </ BreadcrumbItem >
25
26
< BreadcrumbItem active > Library</ BreadcrumbItem >
26
27
</ Breadcrumb >
27
28
< Breadcrumb >
29
+ { /*eslint-disable-next-line*/ }
28
30
< BreadcrumbItem > < a href = "#" > Home</ a > </ BreadcrumbItem >
31
+ { /* eslint-disable-next-line*/ }
29
32
< BreadcrumbItem > < a href = "#" > Library</ a > </ BreadcrumbItem >
30
33
< BreadcrumbItem active > Data</ BreadcrumbItem >
31
34
</ Breadcrumb >
Original file line number Diff line number Diff line change @@ -388,8 +388,11 @@ class Cards extends Component {
388
388
< CardHeader >
389
389
Card actions
390
390
< div className = "card-header-actions" >
391
+ { /*eslint-disable-next-line*/ }
391
392
< a href = "#" className = "card-header-action btn btn-setting" > < i className = "icon-settings" > </ i > </ a >
393
+ { /*eslint-disable-next-line*/ }
392
394
< a className = "card-header-action btn btn-minimize" data-target = "#collapseExample" onClick = { this . toggle } > < i className = "icon-arrow-up" > </ i > </ a >
395
+ { /*eslint-disable-next-line*/ }
393
396
< a className = "card-header-action btn btn-close" onClick = { this . toggleFade } > < i className = "icon-close" > </ i > </ a >
394
397
</ div >
395
398
</ CardHeader >
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ class Tooltips extends Component {
82
82
</ div >
83
83
</ CardHeader >
84
84
< CardBody >
85
+ { /*eslint-disable-next-line*/ }
85
86
< p > Somewhere in here is a < a href = "#" id = "TooltipExample" > tooltip</ a > .</ p >
86
87
< Tooltip placement = "right" isOpen = { this . state . tooltipOpen [ 0 ] } target = "TooltipExample" toggle = { ( ) => { this . toggle ( 0 ) ; } } >
87
88
Hello world!
@@ -94,6 +95,7 @@ class Tooltips extends Component {
94
95
< small > disable autohide</ small >
95
96
</ CardHeader >
96
97
< CardBody >
98
+ { /*eslint-disable-next-line*/ }
97
99
< p > Sometimes you need to allow users to select text within a < a href = "#" id = "DisabledAutoHideExample" > tooltip</ a > .</ p >
98
100
< Tooltip placement = "top" isOpen = { this . state . tooltipOpen [ 1 ] } autohide = { false } target = "DisabledAutoHideExample" toggle = { ( ) => { this . toggle ( 1 ) ; } } >
99
101
Try to select this text!
@@ -117,6 +119,7 @@ class Tooltips extends Component {
117
119
< small > uncontrolled</ small >
118
120
</ CardHeader >
119
121
< CardBody >
122
+ { /*eslint-disable-next-line*/ }
120
123
< p > Somewhere in here is a < a href = "#" id = "UncontrolledTooltipExample" > tooltip</ a > .</ p >
121
124
< UncontrolledTooltip placement = "right" target = "UncontrolledTooltipExample" >
122
125
Hello world!
@@ -128,4 +131,4 @@ class Tooltips extends Component {
128
131
}
129
132
}
130
133
131
- export default Tooltips ;
134
+ export default Tooltips ;
Original file line number Diff line number Diff line change @@ -66,27 +66,35 @@ class Alerts extends Component {
66
66
</ CardHeader >
67
67
< CardBody >
68
68
< Alert color = "primary" >
69
+ { /*eslint-disable-next-line*/ }
69
70
This is a primary alert with < a href = "#" className = "alert-link" > an example link</ a > . Give it a click if you like.
70
71
</ Alert >
71
72
< Alert color = "secondary" >
73
+ { /*eslint-disable-next-line*/ }
72
74
This is a secondary alert with < a href = "#" className = "alert-link" > an example link</ a > . Give it a click if you like.
73
75
</ Alert >
74
76
< Alert color = "success" >
77
+ { /*eslint-disable-next-line*/ }
75
78
This is a success alert with < a href = "#" className = "alert-link" > an example link</ a > . Give it a click if you like.
76
79
</ Alert >
77
80
< Alert color = "danger" >
81
+ { /*eslint-disable-next-line*/ }
78
82
This is a danger alert with < a href = "#" className = "alert-link" > an example link</ a > . Give it a click if you like.
79
83
</ Alert >
80
84
< Alert color = "warning" >
85
+ { /*eslint-disable-next-line*/ }
81
86
This is a warning alert with < a href = "#" className = "alert-link" > an example link</ a > . Give it a click if you like.
82
87
</ Alert >
83
88
< Alert color = "info" >
89
+ { /*eslint-disable-next-line*/ }
84
90
This is a info alert with < a href = "#" className = "alert-link" > an example link</ a > . Give it a click if you like.
85
91
</ Alert >
86
92
< Alert color = "light" >
93
+ { /*eslint-disable-next-line*/ }
87
94
This is a light alert with < a href = "#" className = "alert-link" > an example link</ a > . Give it a click if you like.
88
95
</ Alert >
89
96
< Alert color = "dark" >
97
+ { /*eslint-disable-next-line*/ }
90
98
This is a dark alert with < a href = "#" className = "alert-link" > an example link</ a > . Give it a click if you like.
91
99
</ Alert >
92
100
</ CardBody >
You can’t perform that action at this time.
0 commit comments