An on screen minimal tutorial
npm install @advanced-rest-client/tutorial-toast


An on screen minimal tutorial.
`` This is a tutorial for the page. Take a hint.html`
This components is a part of API components ecosystem
npm install --save @advanced-rest-client/tutorial-toast
`$3
`html
`$3
`js
import {PolymerElement, html} from '@polymer/polymer';
import '@advanced-rest-client/tutorial-toast/tutorial-toast.js';class SampleElement extends PolymerElement {
static get template() {
return html
;
}
}
customElements.define('sample-element', SampleElement);
`$3
`sh
git clone https://github.com/advanced-rest-client/tutorial-toast
cd tutorial-toast
npm install
npm install -g polymer-cli
`$3
`sh
polymer serve --npm
open http://127.0.0.1:/demo/
`$3
`sh
polymer test --npm
``