To use these components you need to load the packaged CSS and JavaScript files from the following CDN URLs:
CSS is a single file at
https://design.zerodeposit.com/5.7.2/css/components.css
The JavaScript consists of a vendor file (open source libraries) and component JS athttps://design.zerodeposit.com/5.7.2/js/vendor.js
https://design.zerodeposit.com/5.7.2/js/components.js
There are different theme colours for the Tenant and Agent portals.
These can be applied by adding a css class to the top level html
element.
For the tenant portal add zd-theme-tenants
, for letting agent portal add
zd-theme-agents
.
<html class="zd-theme-agents">
For letting agents and internal customer service tooling there are additional components that need to be loaded.
The CSS is located at
https://design.zerodeposit.com/5.7.2/css/tooling.css
JavaSript is located at
https://design.zerodeposit.com/5.7.2/js/tooling.js
Both should be loaded after the corresponding components.{js,css}
file.