Speed up and crash test your front-end builds and HTML prototypes with a range of dynamic placeholder content that helps you test for all the edge-cases with auto-changing image and text sizes.
<img src="//img.dummyjs.com/200x200"/>
We've put together some examples of using DummyJs with Bootstrap
View ExamplesHere is how to get DummyJs into your JS and framework environments
Install DummyJs for Vue Install DummyJs for React & JS<template id="my-template"> <h4>Social Links</h4> <ul class="example-social-links"> <li><a href="#">Facebook</a></li> <li><a href="#">Twitter</a></li> <li data-repeat="2"><a href="#" data-dummy="2"></a></li> </ul> </template> <div data-copy="#my-template"></div> <hr /> <div style="border: 3px dashed green; padding: 10px"> <div data-copy="#my-template"></div> </div>
$('p').dummy('30')
$('img').dummy('300,400')
In a continuous effort to streamline the front-end build process, I was finding the frequent need to test images and text of various sizes. This was a time consuming manual step but also a crucial in simulating dynamic content, testing word wrapping, repeating of elements, etc. To battle test the front end for these edge cases not only quicker, but more thoroughly, the first version of DummyJs was realized to add a layer of automation to this process.
Packaging up DummyJs was both a step in providing quicker access to the script tag and opening it up for community use ♥.
From here DummyJS has extended to double as a robust tool in JS first development environments, like React and Vue and also Node JS.
Hopefully DummyJs can be the tool you need to crash test your next build!