# AI Elements 1\.9 is now available

**Published:** March 12, 2026 | **Authors:** Hayden Bleasel, Ben Sabic

---

AI Elements 1.9 adds new components, an agent skill, and a round of bug fixes across the library.

**AI Elements skill**

You can now install an AI Elements skill into your preferred agent, giving it a better understanding of how to build and use composable AI interfaces.

```bash
npx skills add vercel/ai-elements
```

**<JSXPreview />**

The new `<JSXPreview />` component renders JSX strings dynamically, supporting streaming scenarios where JSX may be incomplete. It automatically closes unclosed tags during streaming, making it a good fit for displaying AI-generated UI in real time.

```bash
npx ai-elements@latest add jsx-preview
```

**<PromptInputActionAddScreenshot />**

A new `<PromptInput />` sub-component that captures a screenshot of the current page, useful for giving visual feedback to AI models.

```bash
npx ai-elements@latest add prompt-input
```

**Download conversations**

The `<Conversation />` component now includes an optional button that downloads the conversation as a markdown file.

Read the [documentation](https://elements.ai-sdk.dev/docs) to get started.

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)