# message
Submitted user message row, shown inside SessionContent.
──
examples
Make the primary button feel more responsive on hover
──
install
npx shadcn@latest add "https://www.terminal-kit.com/r/message.json"
──
component api
Message
PropTypeDefaultDescription
promptstring"❯"Prompt symbol shown before the text.
classNamestringCSS classes on the message row (e.g. override bg or text color).
children *ReactNodePrompt text content.
...propsHTMLDivElementStandard div props.