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.
940px wide grid
940px wide grid
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.
This is a set of our Primary Brand Colors
This is our main color that represents our hole company and brand.
The main color of CARTO Builder and the one that represents our product.
We use Navy Blue for all the advanced environments dedicated to developers.
This is a set of our secondary and complementary colors
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
This is a set of our differents types of tab bars navigations
This is a set of our differents types of tooltips
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>