About the customerwelcome category

customerwelcome: Published on webcomponents.org

<customer-welcome>

A Polymer (lit-element) to add a Customer Welcome Badge.

Running locally

$ npm install
$ polymer serve

then open “http://127.0.0.1:8081/components/@solutionstreet/customerwelcomebadge/” in your browser

You can now make changes and they will reflect in the demo.

Example

<customer-welcome>
 <span slot="welcome-description">Put your welcome message here</span>
</customer-welcome>