Getting Started

Start developing and designing with Relax, Design System for Waypoint. This guide includes a quick intro and links to guides, resources and more.

Developer documentation How to consume Relax, Design System for Waypoint

Basics

The Design System for Waypoint, Relax provides a way for designers and developers to create UIs and user experiences that are usable and beautiful.

This site provides instructions on how to implement Relax, Design System for Waypoint for your UI, including design, and developer guidance, components, icons, fonts and resources.

Relax, Design System for Waypoint The principles, styles, patterns and best practices
Components Design guidance and developer documentation for our UI components

About

This style guide is based largely on the principles of atomic design. The key idea of this methodology is that small, independent - atomic - parts, can be combined into larger molecular structures. Molecular structures can be combined into larger organisms, which can then serve as the foundation for templates and full pages.

Browser version support

Logo for safari browser Logo for firefox browser Logo for chrome browser Logo for edge browser Logo for opera browser
Browsers we support

The styles and components from RELAX should work well and look good in these browsers:

  • last 2 firefox major versions
  • last 2 chrome major versions
  • last 2 edge major versions
  • last 2 opera major versions
  • last 2 ios major versions
  • last 2 safari major versions
  • Firefox ESR

We test and make sure our solutions work well in these browser versions in mobile, tablet and desktop mode.

We do not proactively make sure that our sites work well or look good in other browsers or browser versions, but if we notice or get reports about e.g. an important style/component not working in a specific browser or version, we can decide to fix that issue.

We use browserl.ist to get our supported browsers. For a fully updated lists, you can check it out here

Important globals

The Design System for Waypoint, Relax is dependent on some key settings and global styles that you want to implement.

HTML5 Doctype

The style guide is dependent on the HTML5 Doctype, and since it's 2017, we think that no further reasoning is needed for this. Just do it™

<!DOCTYPE html>
<html lang="en">
  ...
</html>

Box-sizing

For more straightforward sizing in CSS, we switch the global box-sizing value from content-box to border-box. This ensures padding does not affect the final computed width of an element

Tools

Design assets

Get fonts, icons and design kits:

Develop

See our develop documentation guides for more information.