Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
07474841
Commit
07474841
authored
8 years ago
by
Ryan Burnett
Browse files
Options
Download
Email Patches
Plain Diff
Alphabetized carousel options & added "ride" to it
parent
2a36b4b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/components/carousel.md
+12
-6
docs/components/carousel.md
with
12 additions
and
6 deletions
+12
-6
docs/components/carousel.md
+
12
-
6
View file @
07474841
...
@@ -156,6 +156,12 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
...
@@ -156,6 +156,12 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>
5000
</td>
<td>
5000
</td>
<td>
The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle.
</td>
<td>
The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle.
</td>
</tr>
</tr>
<tr>
<td>
keyboard
</td>
<td>
boolean
</td>
<td>
true
</td>
<td>
Whether the carousel should react to keyboard events.
</td>
</tr>
<tr>
<tr>
<td>
pause
</td>
<td>
pause
</td>
<td>
string
</td>
<td>
string
</td>
...
@@ -163,16 +169,16 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
...
@@ -163,16 +169,16 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>
Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave.
</td>
<td>
Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave.
</td>
</tr>
</tr>
<tr>
<tr>
<td>
wrap
</td>
<td>
ride
</td>
<td>
boolean
</td>
<td>
string
</td>
<td>
tru
e
</td>
<td>
fals
e
</td>
<td>
Whether
the carousel
should cycle continuously or hav
e
h
ar
d stops
.
</td>
<td>
Autoplays
the carousel
after the user manually cycles the first item. If "carousel", autoplays th
e
c
ar
ousel on load
.
</td>
</tr>
</tr>
<tr>
<tr>
<td>
keyboard
</td>
<td>
wrap
</td>
<td>
boolean
</td>
<td>
boolean
</td>
<td>
true
</td>
<td>
true
</td>
<td>
Whether the carousel should
react to keyboard event
s.
</td>
<td>
Whether the carousel should
cycle continuously or have hard stop
s.
</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment