GitXplorerGitXplorer
r

made-with-love

public
19 stars
6 forks
0 issues

Commits

List of commits on branch master.
Verified
51e38e85730cc5a4c1869c3fc809dac799793924

Merge pull request #7 from cgourlay/master

rrands0n committed 7 years ago
Unverified
584720f4e11ddc2f0ea1ff343d798d03c031e7cf

Docs now exemplify use of the target attribute

ccolin-gourlay committed 7 years ago
Unverified
e1eb7f1825ede0c06b5bbb80cd13db2c55de0a2a

Specify where to open the linked document

ccolin-gourlay committed 7 years ago
Unverified
84fe49237a0fe48ba9fde9b54e46abff1f3525b1

Opens the linked document in a new window or tab

ccolin-gourlay committed 7 years ago
Unverified
b2a2543d379919ae4999aefae52ab6f0d286320a

Fix main email adreess

committed 9 years ago
Unverified
ba89f10db6d57a21c2151589b296f03f77784568

Fix username in README.md

committed 9 years ago

README

The README file for this repository.

A web component showing what you did with love.

Demo

See the component page.

Install

Install the component using Bower:

$ bower install made-with-love --save

Or download as ZIP.

Usage

1.Import Web Components' polyfill:

<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>

2.Import Custom Element:

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

3.Start using it!

<made-with-love name="John Doe" url="http://example.com" color="#F62459" target="_blank"></made-with-love>

Options

Attribute Options Default Description
name string Randson The name of user
url string https://github.com/rands0n The url of user or organization
color string #333333 The color of font
target string _self Where the linked document should be opened

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

For detailed changelog, check Releases.

Credits

Built on top of Polymer Boilerplate.

License

MIT License © Randson Oliveira