@@ -8,7 +8,7 @@ npm install @smarthtmlelemnets/smart-bootstrap
88
99## CSS
1010
11- Copy-paste the stylesheet <link > into your <head > before all other stylesheets to load our CSS.
11+ Copy-paste the stylesheet <link > into your <head > before all othernpm stylesheets to load our CSS.
1212
1313``` html
1414<link rel =" stylesheet" href =" src/styles/smart.bootstrap.css" >
@@ -45,13 +45,13 @@ The Bootstrap SCSS is rewritten with CSS3 Variables and Material Design is added
4545
4646## Components
4747
48- ![ Material Design Bootstrap] ( https://github. com/HTMLElements/MBWC-Toolkit/blob /master/images/bootstrap.png )
48+ ![ Material Design Bootstrap] ( https://raw.githubusercontent. com/htmlelements/smart-bootstrap /master/images/bootstrap.png )
4949
5050[ Demo ↗] ( https://www.htmlelements.com/demos/bootstrap/ )
5151
5252Material Design Bootstrap Button Web Component
5353
54- ![ Material Design Buttons] ( https://github. com/HTMLElements/MBWC-Toolkit/blob /master/images/bootstrap-buttons.png )
54+ ![ Material Design Buttons] ( https://raw.githubusercontent. com/htmlelements/smart-bootstrap /master/images/bootstrap-buttons.png )
5555
5656``` html
5757<bootstrap-button style-mode =" primary" >Primary</bootstrap-button >
@@ -67,7 +67,7 @@ Material Design Bootstrap Button Web Component
6767
6868Material Design Bootstrap CheckBox Web Component
6969
70- ![ Material Design Forms] ( https://github. com/HTMLElements/MBWC-Toolkit/blob /master/images/bootstrap-forms.png )
70+ ![ Material Design Forms] ( https://raw.githubusercontent. com/htmlelements/smart-bootstrap /master/images/bootstrap-forms.png )
7171
7272``` html
7373<bootstrap-check-box checked >Checked</bootstrap-check-box >
@@ -84,7 +84,7 @@ Material Design Bootstrap Radio Button Web Component
8484
8585Material Design Bootstrap DropDown Web Component
8686
87- ![ Material Design Dropdown] ( https://github. com/HTMLElements/MBWC-Toolkit/blob /master/images/bootstrap-dropdown.png )
87+ ![ Material Design Dropdown] ( https://raw.githubusercontent. com/htmlelements/smart-bootstrap /master/images/bootstrap-dropdown.png )
8888
8989``` html
9090<bootstrap-drop-down label =" Dropdown button" >
@@ -106,7 +106,7 @@ Material Design Bootstrap Split Button Web Component
106106
107107Material Design Bootstrap Input Group Web Component
108108
109- ![ Material Design Bootstrap InputGroup] ( https://github. com/HTMLElements/MBWC-Toolkit/blob /master/images/bootstrap-inputgroup.png )
109+ ![ Material Design Bootstrap InputGroup] ( https://raw.githubusercontent. com/htmlelements/smart-bootstrap /master/images/bootstrap-inputgroup.png )
110110
111111``` html
112112<bootstrap-input-group class =" mb-3" >
@@ -136,7 +136,7 @@ Material Design Bootstrap Input Group Web Component
136136
137137Material Design Bootstrap Modal Web Component
138138
139- ![ Material Design Bootstrap Modal] ( https://github. com/HTMLElements/MBWC-Toolkit/blob /master/images/bootstrap-modal.png )
139+ ![ Material Design Bootstrap Modal] ( https://raw.githubusercontent. com/htmlelements/smart-bootstrap /master/images/bootstrap-modal.png )
140140
141141``` html
142142<bootstrap-modal id =" exampleModalLive" class =" fade" >
@@ -158,7 +158,7 @@ Material Design Bootstrap Modal Web Component
158158
159159Material Design Bootstrap Tabs Web Component
160160
161- ![ Material Design Bootstrap abs] ( https://github. com/HTMLElements/MBWC-Toolkit/blob /master/images/bootstrap-tabs.png )
161+ ![ Material Design Bootstrap abs] ( https://raw.githubusercontent. com/htmlelements/smart-bootstrap /master/images/bootstrap-tabs.png )
162162
163163``` html
164164<bootstrap-tabs style-mode =" warning" role =" tablist" >
@@ -184,31 +184,31 @@ Material Design Bootstrap Tabs Web Component
184184
185185Material Design Bootstrap Input Web Component
186186
187- ![ Material Design Bootstrap input] ( https://github. com/HTMLElements/MBWC-Toolkit/blob /master/images/bootstrap-input.png )
187+ ![ Material Design Bootstrap input] ( https://raw.githubusercontent. com/htmlelements/smart-bootstrap /master/images/bootstrap-input.png )
188188
189189``` html
190190<bootstrap-input placeholder =" Primary" style-mode =" primary" ></bootstrap-input >
191191```
192192
193193Material Design Bootstrap TextArea Web Component
194194
195- ![ Material Design Bootstrap Textarea] ( https://github. com/HTMLElements/MBWC-Toolkit/blob /master/images/bootstrap-textarea.png )
195+ ![ Material Design Bootstrap Textarea] ( https://raw.githubusercontent. com/htmlelements/smart-bootstrap /master/images/bootstrap-textarea.png )
196196
197197``` html
198198<bootstrap-textarea placeholder =" Primary" style-mode =" primary" ></bootstrap-textarea >
199199```
200200
201201Material Design Bootstrap Range Web Component
202202
203- ![ Material Design Bootstrap Range] ( https://github. com/HTMLElements/MBWC-Toolkit/blob /master/images/bootstrap-range.png )
203+ ![ Material Design Bootstrap Range] ( https://raw.githubusercontent. com/htmlelements/smart-bootstrap /master/images/bootstrap-range.png )
204204
205205``` html
206206<bootstrap-range ></bootstrap-range >
207207```
208208
209209Material Design Progress Web Component
210210
211- ![ Material Design Bootstrap Progress] ( https://github. com/HTMLElements/MBWC-Toolkit/blob /master/images/bootstrap-forms-2.png )
211+ ![ Material Design Bootstrap Progress] ( https://raw.githubusercontent. com/htmlelements/smart-bootstrap /master/images/bootstrap-forms-2.png )
212212
213213``` html
214214<bootstrap-progress ></bootstrap-progress >
@@ -221,15 +221,15 @@ Material Design Circular Progress Web Component
221221
222222Material Design File Input Web Component
223223
224- ![ Material Design Bootstrap File Input] ( https://github. com/HTMLElements/MBWC-Toolkit/blob /master/images/bootstrap-fileinput.png )
224+ ![ Material Design Bootstrap File Input] ( https://raw.githubusercontent. com/htmlelements/smart-bootstrap /master/images/bootstrap-fileinput.png )
225225
226226``` html
227227<bootstrap-file-input ></bootstrap-file-input >
228228```
229229
230230Material Design Bootstrap Switch Button Web Component
231231
232- ![ Material Design Bootstrap Switch Button] ( https://github. com/HTMLElements/MBWC-Toolkit/blob /master/images/bootstrap-switch.png )
232+ ![ Material Design Bootstrap Switch Button] ( https://raw.githubusercontent. com/htmlelements/smart-bootstrap /master/images/bootstrap-switch.png )
233233
234234``` html
235235<bootstrap-switch-button ></bootstrap-switch-button >
0 commit comments