1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

read docs button, small fixes

This commit is contained in:
codecalm
2018-02-21 22:17:21 +01:00
parent db28ea2d32
commit cc06891978
2 changed files with 5 additions and 1 deletions

View File

@@ -182,7 +182,9 @@ Wrap the dropdowns toggle (your button or link) and the dropdown menu within
### Loading button ### Loading button
Add `.btn-loading` to use a loading state on a button. Since the loading spinner is implemented using the `:after` pseudo-element, it is not supported by the `<input type="submit">` element. Add `.btn-loading` to use a loading state on a button. The width of the button depends on the length of the text inside.
Since the loading spinner is implemented using the `:after` pseudo-element, it is not supported by the `<input type="submit">` element.
{% example html wrapper=btn-list %} {% example html wrapper=btn-list %}
<button type="button" class="btn btn-primary btn-loading">Button text</button> <button type="button" class="btn btn-primary btn-loading">Button text</button>

View File

@@ -34,6 +34,8 @@ menu: index
</div> </div>
<div class="col-sm-4"> <div class="col-sm-4">
<div class="alert alert-info">Are you in trouble? <a href="{{ sute.url }}/docs/index.html" class="alert-link">Read our documentation</a> with code samples.</div>
<div class="card"> <div class="card">
<div class="card-header"> <div class="card-header">
<h3 class="card-title">Chart name</h3> <h3 class="card-title">Chart name</h3>