@manufosela/circle-picture
v2.2.1
Published
## Demo [Codepen Demo](http://codepen.io/manufosela/pen/RoRBrV)
Downloads
8
Readme
circle-picture
Demo
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>
Install the Polymer-CLI
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.
Viewing Your Element
$ polymer serve
Running Tests
$ polymer test
Build
$ 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.
Author
- Mánu Fosela - Javascript Composer - manufosela
License
This project is licensed under the Apache 2.0 License - see the LICENSE file for details