|
@ -17,12 +17,12 @@ type : 'UI Element' |
|
|
<div class="ui vertical pointing menu"> |
|
|
<div class="ui vertical pointing menu"> |
|
|
<a class="active item">Standard</a> |
|
|
<a class="active item">Standard</a> |
|
|
<a class="item">States</a> |
|
|
<a class="item">States</a> |
|
|
<a class="item">Variations</a> |
|
|
<a class="item">Variations</a> |
|
|
<a class="item">Groups</a> |
|
|
<a class="item">Groups</a> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<h2 class="ui dividing header">Standard</h2> |
|
|
<h2 class="ui dividing header">Standard</h2> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Button:</h4> |
|
|
<h4 class="ui header">Button:</h4> |
|
|
<p>A standard button</p> |
|
|
<p>A standard button</p> |
|
@ -30,51 +30,51 @@ type : 'UI Element' |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<h2 class="ui dividing header">States</h2> |
|
|
<h2 class="ui dividing header">States</h2> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Hover</h4> |
|
|
<h4 class="ui header">Hover</h4> |
|
|
<p>Changes when a user moves their cursor over it</p> |
|
|
<p>Changes when a user moves their cursor over it</p> |
|
|
<div class="ui hover button">Hovered Button</div> |
|
|
<div class="ui hover button">Hovered Button</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Down</h4> |
|
|
<h4 class="ui header">Down</h4> |
|
|
<p>Changes when pressed using touch or mouse events</p> |
|
|
<p>Changes when pressed using touch or mouse events</p> |
|
|
<div class="ui down button">Pressed Button</div> |
|
|
<div class="ui down button">Pressed Button</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Active</h4> |
|
|
<h4 class="ui header">Active</h4> |
|
|
<p>Changes to show it is currently the selected user action</p> |
|
|
<p>Changes to show it is currently the selected user action</p> |
|
|
<div class="ui active button">Active Button</div> |
|
|
<div class="ui active button">Active Button</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Disabled</h4> |
|
|
<h4 class="ui header">Disabled</h4> |
|
|
<p>Changes to show it is currently unable to be interacted with</p> |
|
|
<p>Changes to show it is currently unable to be interacted with</p> |
|
|
<div class="ui disabled button">Disabled Button</div> |
|
|
<div class="ui disabled button">Disabled Button</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Loading</h4> |
|
|
<h4 class="ui header">Loading</h4> |
|
|
<p>Can show a loading indicator:</p> |
|
|
<p>Can show a loading indicator:</p> |
|
|
<div class="ui loading button">Loading Button</div> |
|
|
<div class="ui loading button">Loading Button</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Success</h4> |
|
|
<h4 class="ui header">Success</h4> |
|
|
<p>Can alert to a succesful action:</p> |
|
|
<p>Can alert to a succesful action:</p> |
|
|
<div class="ui success button">Successful Button</div> |
|
|
<div class="ui success button">Successful Button</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Error</h4> |
|
|
<h4 class="ui header">Error</h4> |
|
|
<p>Can alert user of an error:</p> |
|
|
<p>Can alert user of an error:</p> |
|
|
<div class="ui error button">Error</div> |
|
|
<div class="ui error button">Error</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">All together:</h4> |
|
|
<h4 class="ui header">All together:</h4> |
|
|
<div class="ui button">Normal</div> |
|
|
<div class="ui button">Normal</div> |
|
|
<div class="ui button hover">Hover</div> |
|
|
<div class="ui button hover">Hover</div> |
|
|
<div class="ui button down">Down</div> |
|
|
<div class="ui button down">Down</div> |
|
@ -89,7 +89,24 @@ type : 'UI Element' |
|
|
|
|
|
|
|
|
<h2 class="ui dividing header">Variations</h2> |
|
|
<h2 class="ui dividing header">Variations</h2> |
|
|
<p>Button variations are used to explain relationships between user actions and other elements, or to show emphasis.</p> |
|
|
<p>Button variations are used to explain relationships between user actions and other elements, or to show emphasis.</p> |
|
|
|
|
|
<div class="example"> |
|
|
|
|
|
<h4 class="ui header">Ordinality</h4> |
|
|
|
|
|
<p>A button can be formatted to appear more or less noticable</p> |
|
|
|
|
|
<div class="ui secondary button">Secondary</div> |
|
|
|
|
|
<div class="ui secondary teal button">Secondary</div> |
|
|
|
|
|
<div class="ui secondary purple button">Secondary</div> |
|
|
|
|
|
<div class="ui secondary red button">Secondary</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="another example"> |
|
|
|
|
|
<div class="ui tertiary button">Tertiary</div> |
|
|
|
|
|
<div class="ui tertiary teal button">Tertiary</div> |
|
|
|
|
|
<div class="ui tertiary purple button">Tertiary</div> |
|
|
|
|
|
<div class="ui tertiary red button">Tertiary</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Sizes</h4> |
|
|
<h4 class="ui header">Sizes</h4> |
|
|
<p>Can have different sizes:</p> |
|
|
<p>Can have different sizes:</p> |
|
@ -119,7 +136,7 @@ type : 'UI Element' |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Colors</h4> |
|
|
<h4 class="ui header">Colors</h4> |
|
|
<p>Can have different colors:</p> |
|
|
<p>Can have different colors:</p> |
|
@ -131,26 +148,26 @@ type : 'UI Element' |
|
|
<a class="ui purple button">Purple Button</a> |
|
|
<a class="ui purple button">Purple Button</a> |
|
|
<a class="ui teal button">Teal Button</a> |
|
|
<a class="ui teal button">Teal Button</a> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<h4 class="ui header">Feedback</h4> |
|
|
<h4 class="ui header">Feedback</h4> |
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<p>Can be positive or negative:</p> |
|
|
<p>Can be positive or negative:</p> |
|
|
<div class="positive ui button">Positive Button</div> |
|
|
<div class="positive ui button">Positive Button</div> |
|
|
<div class="negative ui button">Negative Button</div> |
|
|
<div class="negative ui button">Negative Button</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Fluid</h4> |
|
|
<h4 class="ui header">Fluid</h4> |
|
|
<p>Can fit parent container:</p> |
|
|
<p>Can fit parent container:</p> |
|
|
<div class="fluid ui button">Fits container</div> |
|
|
<div class="fluid ui button">Fits container</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Bubbly</h4> |
|
|
<h4 class="ui header">Bubbly</h4> |
|
|
<p>Can be bubbly:</p> |
|
|
<p>Can be bubbly:</p> |
|
|
<div class="bubbly ui button">More bubbly</div> |
|
|
<div class="bubbly ui button">More bubbly</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Icon</h4> |
|
|
<h4 class="ui header">Icon</h4> |
|
|
<p>Can be formatted as an icon toolbar:</p> |
|
|
<p>Can be formatted as an icon toolbar:</p> |
|
@ -158,14 +175,14 @@ type : 'UI Element' |
|
|
<i class="icon cloud"></i> |
|
|
<i class="icon cloud"></i> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Labeled Icon</h4> |
|
|
<h4 class="ui header">Labeled Icon</h4> |
|
|
<p>can be formatted as labeled icons</p> |
|
|
<p>can be formatted as labeled icons</p> |
|
|
<div class="ui labeled icon button"><i class="icon pause"></i> Pause</div> |
|
|
<div class="ui labeled icon button"><i class="icon pause"></i> Pause</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Vertically Attached</h4> |
|
|
<h4 class="ui header">Vertically Attached</h4> |
|
|
<p>Can be attached to the top or bottom of other content</p> |
|
|
<p>Can be attached to the top or bottom of other content</p> |
|
@ -173,7 +190,7 @@ type : 'UI Element' |
|
|
<div style="border-left: 1px solid #DDDDDD;border-right: 1px solid #DDDDDD;background-color:#FFFFFF;height:200px;"></div> |
|
|
<div style="border-left: 1px solid #DDDDDD;border-right: 1px solid #DDDDDD;background-color:#FFFFFF;height:200px;"></div> |
|
|
<div class="ui bottom attached button">Bottom</div> |
|
|
<div class="ui bottom attached button">Bottom</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Horizontally Attached</h4> |
|
|
<h4 class="ui header">Horizontally Attached</h4> |
|
|
<p>Can be attached to the left or right of other content</p> |
|
|
<p>Can be attached to the left or right of other content</p> |
|
@ -182,17 +199,9 @@ type : 'UI Element' |
|
|
<div class="ui right attached button">Right</div> |
|
|
<div class="ui right attached button">Right</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
|
|
|
<h4 class="ui header">Form Attached</h4> |
|
|
|
|
|
<p>Can be attached to an input field</p> |
|
|
|
|
|
<div class="ui form"> |
|
|
|
|
|
<input type="text" class="attached"> |
|
|
|
|
|
<div class="ui attached button">Search</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<h2 class="ui dividing header">Group</h2> |
|
|
<h2 class="ui dividing header">Group</h2> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Buttons</h4> |
|
|
<h4 class="ui header">Buttons</h4> |
|
|
<p>Can exist together as groups</p> |
|
|
<p>Can exist together as groups</p> |
|
@ -202,7 +211,7 @@ type : 'UI Element' |
|
|
<div class="ui button">Three</div> |
|
|
<div class="ui button">Three</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Conditionals</h4> |
|
|
<h4 class="ui header">Conditionals</h4> |
|
|
<p>Groups can be separated by conditionals</p> |
|
|
<p>Groups can be separated by conditionals</p> |
|
@ -212,10 +221,10 @@ type : 'UI Element' |
|
|
<div class="ui positive button">Save</div> |
|
|
<div class="ui positive button">Save</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<h3 class="ui header">Plural Variations</h3> |
|
|
<h3 class="ui header">Plural Variations</h3> |
|
|
<p>Singular variations can be applied to groups to infer all elements share the same quality</p> |
|
|
<p>Singular variations can be applied to groups to infer all elements share the same quality</p> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
@ -227,7 +236,7 @@ type : 'UI Element' |
|
|
<div class="ui button">Bottom</div> |
|
|
<div class="ui button">Bottom</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Icon</h4> |
|
|
<h4 class="ui header">Icon</h4> |
|
|
<p>Groups can be formatted as icon toolbars</p> |
|
|
<p>Groups can be formatted as icon toolbars</p> |
|
@ -237,7 +246,7 @@ type : 'UI Element' |
|
|
<div class="ui button"><i class="icon shuffle"></i></div> |
|
|
<div class="ui button"><i class="icon shuffle"></i></div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Labeled Icon</h4> |
|
|
<h4 class="ui header">Labeled Icon</h4> |
|
|
<p>Groups can be formatted as labeled icons</p> |
|
|
<p>Groups can be formatted as labeled icons</p> |
|
@ -247,8 +256,8 @@ type : 'UI Element' |
|
|
<div class="ui button"><i class="icon shuffle"></i> Shuffle</div> |
|
|
<div class="ui button"><i class="icon shuffle"></i> Shuffle</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Fluid</h4> |
|
|
<h4 class="ui header">Fluid</h4> |
|
|
<p>Groups can be divided evenly to fit parent</p> |
|
|
<p>Groups can be divided evenly to fit parent</p> |
|
@ -260,7 +269,7 @@ type : 'UI Element' |
|
|
<div class="ui button">Five</div> |
|
|
<div class="ui button">Five</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="example"> |
|
|
<div class="example"> |
|
|
<h4 class="ui header">Colors</h4> |
|
|
<h4 class="ui header">Colors</h4> |
|
|
<p>Groups can have a shared color</p> |
|
|
<p>Groups can have a shared color</p> |
|
@ -271,8 +280,8 @@ type : 'UI Element' |
|
|
</div> |
|
|
</div> |
|
|
<div class="blue large icon ui buttons"> |
|
|
<div class="blue large icon ui buttons"> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="example"></div> |
|
|
<div class="example"></div> |
|
|
<h4 class="ui header">Sizes</h4> |
|
|
<h4 class="ui header">Sizes</h4> |
|
|
<p>Groups can have a shared size</p> |
|
|
<p>Groups can have a shared size</p> |
|
|
xxxxxxxxxx