Skip to content

pomber/placeholdifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 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