Skeleton

Description

A block that stands in for content that has not arrived.

Usage

bc_skeleton(...)

Arguments

Argument Description
... Tag attributes and children, passed to htmltools::div(). Sizing is a caller's job: a skeleton has no dimensions of its own.

Value

A <div> tag.

Examples

bc_skeleton(class = "h-4 w-full")

bc_skeleton(class = "size-10 shrink-0 rounded-full")