Merge pull request #14590 from twbs/carousel-keyboard-option
Add `keyboard` option to carousel
This commit is contained in:
commit
2c562d2386
3 changed files with 90 additions and 2 deletions
|
|
@ -178,6 +178,12 @@ $('.carousel').carousel()
|
|||
<td>true</td>
|
||||
<td>Whether the carousel should cycle continuously or have hard stops.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>keyboard</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>Whether the carousel should react to keyboard events.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div><!-- /.table-responsive -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue