Skip to content

LarissaAbreu/made-with-heart

 
 

Repository files navigation

made-with-heart

<:purple_heart: /> A Polymer element for show your love!.

Travis CI Status Published on webcomponents.org

How to install and use:

0 - install the basic dependencies

1 - Install the element using Bower:

$ bower install made-with-heart --save

2 - Import the element:

<link rel="import" href="bower_components/made-with-heart/made-with-heart.html">

3 - Start using it!

<made-with-heart href="https://simoneas02.github.io/">Simone Amorim</made-with-heart>

Properties

Property Type Default Description
href String # Hiper link reference

Styling

The following custom properties and mixins are available for styling:

Custom property Default Description
--made-with-heart-text-color #000 Text color
--made-with-heart-text {} Text style
--made-with-heart-color #6309a0 Heart color
--made-with-heart-size 10px Heart size

Browser Support

Using the webcomponents.js:

Chrome Opera Firefox Safari IE Edge
Latest ✔ Latest ✔ Latest ✔ Latest ✔ 11+ Latest ✔

Development

1 - Install Bower & Polymer-CLI:

$ [sudo] npm install -g bower polymer-cli

2 - Install local dependencies:

$ bower install

3 - Start the development server:

$ polymer serve

Go to localhost:8080/components/made-with-heart/

Tests

$ polymer lint

Versioning

To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.

Contributing

Find on our issues the next steps of the project ;)
Want to contribute? Follow these recommendations.

License

MIT License © Simone Amorim

About

<:purple_heart: /> A Polymer element for show your love!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 100.0%