Documentation
Terminal Welcome Message

Terminal Welcome Message

When you open a terminal, you are greeted with a welcome message. This message is customizable and can be changed to suit your needs. This guide will show you how to change the welcome message in your terminal.

It takes the following props:

  • showOnClear: boolean? - Show the welcome message when the terminal is cleared.

Example:

<TerminalWelcomeMessage>
  <p>Welcome to the ARK Desktop Wallet terminal.</p>
</TerminalWelcomeMessage>