# ThreadListItemPrimitive URL: /docs/api-reference/primitives/thread-list-item Individual thread item with title, archive, and delete controls. *** title: ThreadListItemPrimitive description: Individual thread item with title, archive, and delete controls. ----------------------------------------------------------------------------- A single thread item within a thread list. import { ParametersTable } from "@/components/docs/tables/ParametersTable"; ## Anatomy ```tsx import { ThreadListItemPrimitive } from "@assistant-ui/react"; const ThreadListItem = () => ( ); ``` ## API Reference ### 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 A button that switches to the thread when clicked. This primitive renders a `