This component allows to leverage a client side action, which multiplies a string N number of times based on the argument passed to the action, which takes a mandatory string and a mandatory integer number, a non-mandatory "Separator" argument, which can be used to separate the strings based on input passed, and a "New-Line" argument which is a boolean value, if set true prints the string N number of times in new line, else in the same line.