Open ben-ryder opened 10 months ago
Describe the feature Add a tabs component, which displays horizontal tabs on desktop and an acordion-like vertical layout on mobile.
Wireframes/Designs
Requirements
Possible Component APIs
<JTabs tabs={[ { header: "Tab 1", headerIcon: <Icon />, content: <Content /> } ]} />
<JTabs> <JTab header="Tab 1"></JTab> <JTab header="Tab2" icon={<Icon/>}></JTab> </JTabs>
Describe the feature Add a tabs component, which displays horizontal tabs on desktop and an acordion-like vertical layout on mobile.
Wireframes/Designs
Requirements
Possible Component APIs