Reputation: 504
I want to use the Placeholder element
<div class="ui placeholder">
<div class="image"></div>
</div>
But I can't figure out if I have to replace manually the content on it or there's a function out-of-the-box.
I have read the documentation but I haven't found anything for that.
Upvotes: 0
Views: 803
Reputation: 44087
No, there's no function out-of-the-box - you'd have to manually replace the contents of the placeholder elements, removing the placeholder
class as you go.
Upvotes: 1