Getting Started
<!DOCTYPE html>
<html style="height: 100%">
<head>
<!-- Load default styles, icons and fonts required by the configurator -->
<link
href="https://configurator.colormass.com/styles.css"
rel="stylesheet"
/>
<!-- The configurator web components are contained in the following module -->
<script
src="https://configurator.colormass.com/cm-configurator.js"
type="module"
></script>
</head>
<body style="width: 100%; height: 100%; margin: 0; font-family: Roboto">
<!-- This is the actual web component, template-uuid specifies the configurator to load -->
<cm-configurator-main
template-uuid="8ee95263-fd7c-40fc-b99f-08961594e14e"
></cm-configurator-main>
</body>
</html>Separate Menu
Last updated