|
|
@ -15,7 +15,7 @@ type : 'UI Module' |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="main container"> |
|
|
|
|
|
|
|
|
|
|
|
<div class="peek"> |
|
|
|
<div class="ui vertical pointing secondary menu"> |
|
|
|
<a class="active item">Standard</a> |
|
|
@ -25,7 +25,7 @@ type : 'UI Module' |
|
|
|
<a class="item">Usage</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<h2 class="ui dividing header">Standard</h2> |
|
|
|
<div class="example"> |
|
|
|
<h4 class="ui header">Carousel</h4> |
|
|
@ -69,7 +69,7 @@ type : 'UI Module' |
|
|
|
.carousel() |
|
|
|
; |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<h3 class="ui header">Settings</h3> |
|
|
|
<table class="ui red table segment"> |
|
|
|
<thead> |
|
|
@ -88,7 +88,7 @@ type : 'UI Module' |
|
|
|
</tr> |
|
|
|
</tbody> |
|
|
|
</table> |
|
|
|
|
|
|
|
|
|
|
|
<table class="ui teal table segment"> |
|
|
|
<thead> |
|
|
|
<th colspan="3">Callbacks</th> |
|
|
@ -111,14 +111,14 @@ type : 'UI Module' |
|
|
|
</tr> |
|
|
|
</tbody> |
|
|
|
</table> |
|
|
|
|
|
|
|
|
|
|
|
<table class="ui blue table segment"> |
|
|
|
<thead> |
|
|
|
<th colspan="3">UI Module Settings</th> |
|
|
|
</thead> |
|
|
|
<tbody> |
|
|
|
<tr> |
|
|
|
<td>moduleName</td> |
|
|
|
<td>Name</td> |
|
|
|
<td>Carousel</td> |
|
|
|
<td>Name used in debug logs</td> |
|
|
|
</tr> |
|
|
|