Setup

Chemical components is an even easior way to setup Chemical with minimal scripting.

Installation

To install the components script, add it to the head of your website with the main client script.

<head>
  <script src="/chemical.js"></script>
  <script src="/chemical.components.js"></script>
</head>