Screenshot
Images with browser frames
Display screenshots with optional browser chrome decoration.
Usage
Without browser frame
Frame component
Wrap any content in a titled frame:
your content here
Props
Screenshot
| prop | type | default | description |
|---|---|---|---|
| src | string | - | Image source URL |
| alt | string | - | Alt text for accessibility |
| caption | string | - | Optional caption below image |
| browser | boolean | true | Show browser chrome |
Frame
| prop | type | default | description |
|---|---|---|---|
| title | string | - | Optional title in header |
| children | ReactNode | - | Content to wrap |