User profile dropdown for header toolbar.
npm install @unicef-polymer/etools-profile-dropdown$ npm i --save @unicef-polymer/etools-profile-dropdownpolymer serve to serve your element locally.```
$ polymer serve
``
$ polymer test
Your application is already set up to be tested via web-component-tester. Run polymer test to run your application's test suite locally.
| profile content shadow part | {}
--epd-profile-dialog-border-b | user-profile-dialog border-bottom | noneCircle CI
Package will be automatically published after tag push (
git tag 1.2.3 , git push --tags). Tag name must correspond to SemVer (Semantic Versioning) rules.
Examples:| Version match | Result |
| ------------------ | -------- |
|
1.2.3 | match |
| 1.2.3-pre | match |
| 1.2.3+build | match |
| 1.2.3-pre+build | match |
| v1.2.3-pre+build | match |
| 1.2` | no match |You can see more details here