Function TerminalWelcomeMessage

  • The Welcome Message for the terminal.

    Parameters

    • props: WelcomeMessageProps & Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>

    Returns ReactNode

    Example

    <TerminalWelcomeMessage showOnClear>
    <div>
    <h1>Welcome to React Terminal</h1>
    </div>
    </TerminalWelcomeMessage>

Properties

$$typeof: symbol
defaultProps?: Partial<WelcomeMessageProps & Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<WelcomeMessageProps & Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>

Generated using TypeDoc