| ds_skeleton | R Documentation |
Create a loading skeleton placeholder using Designsystemet styles.
ds_skeleton(variant = "text", width = NULL, height = NULL, class = NULL)
variant |
Skeleton variant ("text", "circle", "rectangle") |
width |
Width of the skeleton |
height |
Height of the skeleton |
class |
Additional CSS classes |
A Shiny tag object
ds_skeleton(variant = "text", width = "200px")
ds_skeleton(variant = "circle", width = "50px", height = "50px")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.