Frame
The <Frame> component wraps images and videos with consistent border styling, optional caption, and hint text. Uses semantic <figure> / <figcaption> HTML.
Basic image
Code
Output

With caption
Code
Output

With hint and caption
Code
Output

Video
When a <video> child has autoPlay, the Frame automatically injects playsInline, loop, and muted attributes.
Code
Output