Mira Chen
The mobile hierarchy reads well now.
Responsive review thread with labelled replies, resolved state, author context, and reduced-motion transitions.
npx shadcn@latest add https://www.uigrids.com/r/comment-thread.json# adds CommentThread to components/ui with the shadcn CLI
npx shadcn@latest add https://www.uigrids.com/r/comment-thread.json// npm install @uigrids/react-ui
import { CommentThread } from '@uigrids/react-ui'
export default function App() {
return <CommentThread />
}