The radio tabs component (lk-radio-tabs)…
The Radio Tabs component implements the margin-bottom is set to content. The display prop is controlled internally within the component depending on the value of the stacked prop and as such setting it as a prop of this component will have no effect.
We can add color, danger or success, to the selected item by specifying a style in for the item in the items prop.
We can make the radio tabs display as a stack as opposed to inline using the stacked prop.
The stacked prop can be prefixed with the following breakpoints to provide responsive functionality:
sm: will apply when the browser window is >= 576px wide.md: will apply when the browser window is >= 768px wide.lg: will apply when the browser window is >= 992px wide.xl: will apply when the browser window is >= 1200px wide.