> ## Documentation Index
> Fetch the complete documentation index at: https://docs.browserbot.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Scrape List

export const LoomVideo = ({id}) => <div style={{
  position: "relative",
  paddingBottom: "64.63195691202873%",
  height: 0
}}>
    <iframe src={`https://www.loom.com/embed/${id}`} allowFullScreen style={{
  position: "absolute",
  top: 0,
  left: 0,
  width: "100%",
  height: "100%",
  borderRadius: "8px"
}}></iframe>
  </div>;

Sandbox: [https://app.browserbot.ai/tutorial](https://app.browserbot.ai/tutorial)

<LoomVideo id="21997a9a0d104414bc8fc14b3c128bd2" />
