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:
@@ -182,7 +182,9 @@ Wrap the dropdown’s toggle (your button or link) and the dropdown menu within
|
||||
|
||||
### 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 %}
|
||||
<button type="button" class="btn btn-primary btn-loading">Button text</button>
|
||||
|
||||
@@ -34,6 +34,8 @@ menu: index
|
||||
</div>
|
||||
|
||||
<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-header">
|
||||
<h3 class="card-title">Chart name</h3>
|
||||
|
||||
Reference in New Issue
Block a user