A Polymer (lit-element) to add a Customer Welcome Badge.
$ 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.
<customer-welcome>
<span slot="welcome-description">Put your welcome message here</span>
</customer-welcome>