Our very own Design Framework is now Open Source!
The easy way to start using Hangar is to link the assets directly from the CDN:
Alternatively, you can install hangar as a frontend package using npm:
npm install hangar-alpha --save-dev
Coming from an open source company, it made sense picking open sourced typefaces for our brand.
Description
JUMBO
Aa
DISPLAY
Aa
TITLE
Aa
SUBHEADER
Aa
BODY
Aa
JUMBO
Aa
DISPLAY
Aa
TITLE
Aa
SUBHEADER
Aa
BODY
Aa
Coming from an open source company, it made sense picking open sourced typefaces for our brand.
Description
REGULAR
<input type="text" class="input" placeholder="John">
DROPDOWN
<select class="select">
<option value="value1">Value 1</option>
<option value="value2" selected>Value 2</option>
<option value="value3">Value 3</option>
</select>
ERROR
<input type="text" class="input is-error" placeholder="Error">
RADIO BUTTONS
<div class="u-flex">
<span class="radio" style="margin-right: 20px;">
<input class="radio-input" type="radio" name="contact" value="01">
<span class="radio-decoration"></span>
</span>
<span class="radio" style="margin-right: 20px;">
<input class="radio-input" type="radio" name="contact" value="02" checked>
<span class="radio-decoration"></span>
</span>
</div>
CHECKBOXES
<div class="u-flex">
<span class="checkbox" style="margin-right: 20px;">
<input class="checkbox-input" type="checkbox" name="contact" value="01">
<span class="checkbox-decoration">
<svg width="12px" height="12" class="checkbox-decorationMedia">
<g fill="none">
<polyline class="checkbox-check" points="1.65093994 3.80255127 4.48919678 6.97192383 10.3794556 0.717346191"></polyline>
</g>
</svg>
</span>
</span>
<span class="checkbox" style="margin-right: 20px;">
<input class="checkbox-input" type="checkBox" name="contact" value="02" checked>
<span class="checkbox-decoration">
<svg width="12px" height="12" class="checkbox-decorationMedia">
<g fill="none">
<polyline class="checkbox-check" points="1.65093994 3.80255127 4.48919678 6.97192383 10.3794556 0.717346191"></polyline>
</g>
</svg>
</span>
</span>
</div>
Description
Left arrow
Show<a href="#" tooltip-position="right" tooltip-text="Sample text.">Show</a>
Right arrow
Show<a href="#" tooltip-position="left" tooltip-text="Sample text.">Show</a>
Bottom arrow
Show<a href="#" tooltip-position="top" tooltip-text="Sample text.">Show</a>
Top arrow
Show<a href="#" tooltip-position="bottom" tooltip-text="Sample text.">Show</a>