0.0.5 • Published 3 years ago

accu-components v0.0.5

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

Built With Stencil

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.

0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago