accu-components
v0.0.5
Published
Web Components Collection
Downloads
6
Readme
AccuComponents Experiment
A set of no-framework components for use in various projects that will be updatable.
Compents So Far...
<accu-label text="Nice Accu-Label component" helpText="Tooltip?"></accu-label>
<accu-button label="Click Me" classes="accu-button" tooltip="This works?"></accu-button>
Getting Started
In Dnn you could use this in the theme to get the latest JS ESM on the page in the skin like this:
<dnn:DnnJsInclude
FilePath="https://unpkg.com/accu-components/dist/accu-components/accu-components.esm.js"
ForceProvider="DnnPageHeaderProvider"
HtmlAttributesAsString="type:module"
Priority="500"
runat="server"
/>
That is it. The components will then just magically transform in to their final HTML in the browser.