Commonweal

Pattern Library

Overview

Introduction

A styleguide and pattern library for Commonweal.

Branding

Colors
Blue #4060CE
Red #EB0000
French Gray #D7D0C6
Off White #F3F1EE
Yellow #FCDA38
Green #0C6747
Dark Blue #0E0F1C
White #FFF

                            

{% import 'macros/button.html' as button with context %}

{{ button.render({
  productId: '1234',
  buttonText: __('Purchase')
}) }}