Lit-Element web component configurable to show an image in a circle with title and subtitle.
<circle-picture size="250" picture="https://github.com/manufosela/cvitaede-circlepicture/blob/master/demo/img/fake2.png?raw=true" title="Hello everybody!" subtitle="I'm a picture"></circle-picture>First, make sure you have the Polymer CLI and npm (packaged with Node.js) installed. Run npm install to install your element's dependencies, then run polymer serve to serve your element locally.
$ polymer serve
$ polymer test
$ npm run build
Your application is already set up to be tested via web-component-tester. Run polymer test to run your application's test suite locally.
- Mánu Fosela - Javascript Composer - manufosela
This project is licensed under the Apache 2.0 License - see the LICENSE file for details