|
|
@ -15,6 +15,8 @@ |
|
|
|
<!--- Component CSS --> |
|
|
|
<link rel="stylesheet" type="text/css" href="../../dist/components/dropdown.css"> |
|
|
|
<link rel="stylesheet" type="text/css" href="../../dist/components/icon.css"> |
|
|
|
<link rel="stylesheet" type="text/css" href="../../dist/components/card.css"> |
|
|
|
<link rel="stylesheet" type="text/css" href="../../dist/components/image.css"> |
|
|
|
<link rel="stylesheet" type="text/css" href="../../dist/components/button.css"> |
|
|
|
<link rel="stylesheet" type="text/css" href="../../dist/components/segment.css"> |
|
|
|
<link rel="stylesheet" type="text/css" href="../../dist/components/divider.css"> |
|
|
@ -33,6 +35,9 @@ |
|
|
|
|
|
|
|
<!--- Example CSS --> |
|
|
|
<style> |
|
|
|
body { |
|
|
|
padding: 1em; |
|
|
|
} |
|
|
|
.spaced > .button { |
|
|
|
margin-bottom: 1em; |
|
|
|
} |
|
|
@ -164,6 +169,20 @@ |
|
|
|
<button class="ui button">2</button> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="ui divider"></div> |
|
|
|
|
|
|
|
<div class="ui two top attached buttons"> |
|
|
|
<div class="ui button">One</div> |
|
|
|
<div class="ui button">Two</div> |
|
|
|
</div> |
|
|
|
<div class="ui attached segment"> |
|
|
|
<img src="../assets/images/wireframe/paragraph.png" class="ui wireframe image"> |
|
|
|
</div> |
|
|
|
<div class="ui two bottom attached buttons"> |
|
|
|
<div class="ui button">One</div> |
|
|
|
<div class="ui button">Two</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="column"> |
|
|
|
<button class="ui mini button">Mini</button> |
|
|
@ -186,6 +205,9 @@ |
|
|
|
<button class="black ui button">Black</button> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="ui divider"></div> |
|
|
|
|
|
|
|
<div class="ui inverted segment"> |
|
|
|
<button class="ui inverted button">Inverted</button> |
|
|
|
<button class="ui inverted basic button">Basic</button> |
|
|
|