
Tabbed content module
Pretitle
Tabbed content

src/ui/modules/TabbedContent/index.tsx
type TabbedContentProps = Partial<{
pretitle: string
intro: any
tabs: Partial<{
label: string
pretitle: string
content: any
ctas: Sanity.CTA[]
assets: Array<Sanity.Img | Sanity.Code | Sanity.CustomHTML>
assetOnRight: boolean
assetBelowContent: boolean
}>[]
}>