Skip to content
/ hecho Public

Show you're proud of where you build your project

License

Notifications You must be signed in to change notification settings

Urucas/hecho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hecho

Show you're proud of where you build your product by adding a simple element and script to your site.

#Usage

<hecho locale="es" country="AR" />
<hecho locale="es" country="AR" lenght="short" />
<hecho locale="en" country="CA" />
<script src="https://cdn.rawgit.com/Urucas/hecho/master/dist/hecho.js"></script>

#Result

#Styling Every <hecho> element will have as a child a <div> element with to classes:

  • hecho-$index
  • hecho-$country

For ex. html

would have a ```<div>``` child with to classes **hecho-0** **hecho-AR**

Now you can add your own style in our stylesheet like
```css
.hecho-AR{
  font-style:'Helvetica Neue'
  font-size:0.8em
}

About

Show you're proud of where you build your project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published