/bg-stencil-components

This is a proof of concept project for building a standalone Web Component using Stencil.

Primary LanguageTypeScriptMIT LicenseMIT

BG Stencil Components

This is a proof of concept project for building a standalone Web Component using Stencil.

Using this component

Example usage for bg-stencil-button component:-

<bg-stencil-button id="myBgButton" text=">Do NOT Click Me!" classname="btn btn-primary" onclick="onClickHandler(this);">
</bg-stencil-button>