CENTERThis component takes in props from the decorator and passes in the value as where to align the text and the children as whatever the content of that block is. I tried using <span>...</span> originally but spans don't extend the full width of the available space so using a <div> is what we got. I set the textAlign style to default to left if there is no props.value

R:This component takes in props from the decorator and passes in the value as where to align the text and the children as whatever the content of that block is. I tried using <span>...</span> originally but spans don't extend the full width of the available space so using a <div> is what we got. I set the textAlign style to default to left if there is no props.value

This component takes in props from the decorator and passes in the value as where to align the text and the children as whatever the content of that block is. I tried using <span>...</span> originally but spans don't extend the full width of the available space so using a <div> is what we got. I set the textAlign style to default to left if there is no props.value