A little web component made with Polymer (only for learning purposes). It renders an input text element enhanced with Floatl.
- Download this repo.
- Execute
bower install
in the root folder. - ???
- Profit!
<input-floatl label="First name"></input-floatl>
That's all!
Install polyserve:
$ npm install -g polyserve
And execute it in the root folder:
$ polyserve -o
MIT