+
+
+ {this.props.title}
+
+
+
+
+ {
+ this.props.tabs.map((tab: any, tabindex: number) => {
+ return (
+ {tab.Title}
+ );
+ })
+ }
+
+
+ {
+ this.props.tabs.map((tab: any, tabindex: number) => {
+ return (
+
+
+
+ );
+ })
+ }
+
+
+
+ );
+ }
+ else
+ {
+ return (
+