Doppler-UI-System

UI live guide style. This library is meant to be Doppler visual language, to centralize all branding in one place for all our products. Also allowing to decouple UI from Front End logic, and work in a more tidy way.

What elements do we have right now on this library?

Please check the cdn: http://cdn.fromdoppler.com/doppler-ui-library/latest/index.html

How can you use this library in you own project?

Simply including the css and js file in your html. Just check the correct version under github releases tab first and replace the x.x.x below.

CSS <link rel="stylesheet" type="text/css" href="https://cdn.fromdoppler.com/doppler-ui-library/vx.x.x/css/styles.css">

JS (optional, you can include your own js instead) <script type="text/javascript" src="https://cdn.fromdoppler.com/doppler-ui-library/vx.x.x/js/app.js"></script>

How to apply components and use mixins?

Check our Documentation

Contributing to this project

If you want to contribute to this project you should follow the rules:

How to work with the code?

Once you downloaded:

This project uses sass, sassdocs, javascript and JQuery. Right now we are basing all of our layouts in flex box.

Contributors