Quick start

To use these components in your application, use the appropriate theme code block

HUB24 theme

<link rel="stylesheet" href="<UI_FRAMEWORK_LOCATION>/themes/common.css" />
<link rel="stylesheet" href="<UI_FRAMEWORK_LOCATION>/themes/hub.css" />
<script type="module" src="<UI_FRAMEWORK_LOCATION>/shoelace-autoloader.js"></script>

My Prosperity theme

<link rel="stylesheet" href="<UI_FRAMEWORK_LOCATION>/themes/common.css" />
<link rel="stylesheet" href="<UI_FRAMEWORK_LOCATION>/themes/myp.css" />
<script type="module" src="<UI_FRAMEWORK_LOCATION>/shoelace-autoloader.js"></script>

Class theme

<link rel="stylesheet" href="<UI_FRAMEWORK_LOCATION>/themes/common.css" />
<link rel="stylesheet" href="<UI_FRAMEWORK_LOCATION>/themes/class.css" />
<script type="module" src="<UI_FRAMEWORK_LOCATION>/shoelace-autoloader.js"></script>

Now Infinity theme

<link rel="stylesheet" href="<UI_FRAMEWORK_LOCATION>/themes/common.css" />
<link rel="stylesheet" href="<UI_FRAMEWORK_LOCATION>/themes/ni.css" />
<script type="module" src="<UI_FRAMEWORK_LOCATION>/shoelace-autoloader.js"></script>

Where <UI_FRAMEWORK_LOCATION> is the CDN location that is hosting the framework.

Latest stable CDN UI_FRAMEWORK_LOCATION = https://hds.hub24.com.au/dist/

Next CDN UI_FRAMEWORK_LOCATION = https://hds.hub24.com.au/next/dist/

Version CDN UI_FRAMEWORK_LOCATION = https://hds.hub24.com.au/2.1.1/dist/

Using the framework

This provides access to the components, eg; to add a button:

Button
<sl-button>Button</sl-button>