A Polymer Web Component Welcome Badge
<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>
Install
Framework Support
Browser Independent
Install with
Run the above npm command in your project folder.
If you have any issues installing, please
contact the author.
Release notes - Version 1.0.4
Dependencies
- @polymer/lit-element#^0.6.2