pomber / placeholdifier

Turn any website into a live wireframe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Placeholdifier

Placeholdifier

Turn any website into a live wireframe.

Chrome Extension

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

License:MIT License


Languages

Language:HTML 62.0%Language:JavaScript 26.9%Language:CSS 11.2%