Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 887 Bytes

demo-building.md

File metadata and controls

16 lines (10 loc) · 887 Bytes

Custom demo building

Table of contents

1. Applying customer colors

The frontend leverages Tailwindcss to apply styling, such that new components can easily be styled. In order to allow for easy application of customer colors to the site, a number of additional high-level colors have been defined (primary, secondary, stripe & default).

All included components take their colors from these color-definitions. These colors can be configured by changing the tailwind.config.js to match the desired color scheme.

2. Modifying existing components

3. Adding new components