# ThreadListItemPrimitive URL: /docs/api-reference/primitives/thread-list-item Individual thread item with title, archive, and delete controls. A single thread item within a thread list. Anatomy \[#anatomy] ```tsx import { ThreadListItemPrimitive } from "@assistant-ui/react"; const ThreadListItem = () => ( ); ``` API Reference \[#api-reference] Root \[#root] Contains all parts of the thread list item. This primitive renders a `
` element unless `asChild` is set. It automatically adds `data-active="true"` and `aria-current="true"` attributes when the thread is the currently active thread. Trigger \[#trigger] A button that switches to the thread when clicked. This primitive renders a `