May 27, 2026SimpleAccordions & TabsSheaBinta
Tabbed Content
Split-panel section with tabbed text content on the left and a full-bleed image on the right. Tabs crossfade between different headline + CTA combinations. Stacks vertically on mobile with the image on top. Inspired by Rhode Skin.
Preview
Source
import TabbedContent from "./index.jsx";
function Placeholder() {
return <div style={{ minHeight: "100vh", background: "#f7f6f3" }} />;
}
export default function TabbedContentDemo() {
return (
<div style={{ background: "#f7f6f3" }}>
<Placeholder />
<TabbedContent />
<Placeholder />
</div>
);
}
