Skip to content

PunitThakk/placeholdifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Placeholdifier

Placeholdifier

Turn any website into a live wireframe.

npm Package

You can use it in your site by importing the CSS from unpkg and adding the placeholdify class somewhere:

<html>
  <head>
    <link
      href="https://unpkg.com/placeholdifier/placeholdifier.css"
      rel="stylesheet"
    />
  </head>
  <body>
    <h1>Hello World</h1>
    <h1 class="placeholdify">Hello World</h1>
  </body>
</html>

Try it in JS Bin

About

Turn any website into a live wireframe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.9%
  • JavaScript 26.9%
  • CSS 11.2%