All Projects → pomber → Placeholdifier

pomber / Placeholdifier

Licence: mit
Turn any website into a live wireframe

Projects that are alternatives of or similar to Placeholdifier

Skeletonui
☠️ Elegant skeleton loading animation in SwiftUI and Combine
Stars: ✭ 275 (+19.57%)
Mutual labels:  skeleton, placeholder
koleton
The easiest library to show skeleton screens in an Android app.
Stars: ✭ 84 (-63.48%)
Mutual labels:  skeleton, placeholder
Ocskeleton
[OCSkeleton] - Make your loading view a little difference.
Stars: ✭ 184 (-20%)
Mutual labels:  skeleton, placeholder
Skeletonview
☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
Stars: ✭ 10,804 (+4597.39%)
Mutual labels:  skeleton, placeholder
Vue Content Loading
Vue component to easily build (or use presets) SVG loading cards Facebook like.
Stars: ✭ 729 (+216.96%)
Mutual labels:  skeleton, placeholder
Skeleton
Skeleton Android
Stars: ✭ 293 (+27.39%)
Mutual labels:  skeleton, placeholder
Tabanimated
A skeleton screen framework based on native for iOS. (一个由iOS原生组件映射出骨架屏的框架,包含快速植入,低耦合,兼容复杂视图等特点,提供国内主流骨架屏动画的加载方案,同时支持上拉加载更多、自定制动画。)
Stars: ✭ 2,909 (+1164.78%)
Mutual labels:  skeleton, placeholder
React Native Shimmer Placeholder
Placeholder/ Skeleton of React Native
Stars: ✭ 679 (+195.22%)
Mutual labels:  skeleton, placeholder
Skeleton Elements
Skeleton elements - UI for improved perceived performance
Stars: ✭ 27 (-88.26%)
Mutual labels:  skeleton, placeholder
React Content Loader
⚪ SVG-Powered component to easily create skeleton loadings.
Stars: ✭ 11,830 (+5043.48%)
Mutual labels:  skeleton, placeholder
Polymer Skeleton
💀 Skeleton for Polymer 3 app with Webpack, PostCSS and Service Workers ready.
Stars: ✭ 185 (-19.57%)
Mutual labels:  skeleton
Placeload.js
The best way to create a placeholder layout effect using pure js. 🐨 Like Facebook, Slack, Medium, etc.
Stars: ✭ 207 (-10%)
Mutual labels:  placeholder
Floatl
☁️ A pragmatic implementation of the Float Label Pattern for the web
Stars: ✭ 204 (-11.3%)
Mutual labels:  placeholder
Slim Born
Slim Framework 3 and 4 skeleton application has authentication MVC construction.
Stars: ✭ 179 (-22.17%)
Mutual labels:  skeleton
Statefulviewcontroller
Placeholder views based on content, loading, error or empty states
Stars: ✭ 2,139 (+830%)
Mutual labels:  placeholder
React Native Skeleton Content
A customizable skeleton-like loading placeholder for react native projects using expo.
Stars: ✭ 221 (-3.91%)
Mutual labels:  skeleton
Vue Morphling
Vue filters and directives collection.
Stars: ✭ 179 (-22.17%)
Mutual labels:  placeholder
React Native Loading Placeholder
React Native Loading Placeholder
Stars: ✭ 176 (-23.48%)
Mutual labels:  placeholder
Ms G3d
[CVPR 2020 Oral] PyTorch implementation of "Disentangling and Unifying Graph Convolutions for Skeleton-Based Action Recognition"
Stars: ✭ 225 (-2.17%)
Mutual labels:  skeleton
Pollinate
Template your base files and generate new projects from Git(Hub).
Stars: ✭ 213 (-7.39%)
Mutual labels:  skeleton

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].