Footer Text Component is used on registration pages, to display footer text such as this:

The component is customizable and takes the following props:
componentBottomPadding - whole component's padding bottom, by default 0 (type: Number)
componentTopPadding - whole component's padding top, by default 0 (type: Number)
title - Footer text title (type: String)
Example:
<FooterText
title={'Copyright @ Web Technology Ltd'}
componentBottomPadding={22}
/>