TemplateSupport
Support inbox
A support inbox with ticket rows, reply drafting, internal notes, and actions.
Preview
Conversation
Refund timing
Customer is asking when the renewal refund settles.
Ingredients
These are the primitive pieces used by the template.
List RowTabsTextareaAlertButton
Code
code
<div className="grid gap-5 lg:grid-cols-[300px_1fr]"> <aside className="divide-y divide-axie-line"> <ListRow title="Refund timing" /> <ListRow title="Tax receipt" /> </aside> <Card> <Tabs defaultValue="reply" items={replyTabs} /> <Button>Send reply</Button> </Card></div>