Introduce `Tab` component for displaying interface in tabs. It is not used yet. It will be used in Thread Members Modal.
In the next diff, I'll replace "Thread List tabs" with this component.
The component receives an array of tabs, information about active tab and tab setter from parent - it doesn't keep the state with current active tab itself.
{F18607}