diff --git a/packages/react/src/components/Tab/Tab.stories.mdx b/packages/react/src/components/Tab/Tab.stories.mdx
index 58f23878..f7c751b0 100644
--- a/packages/react/src/components/Tab/Tab.stories.mdx
+++ b/packages/react/src/components/Tab/Tab.stories.mdx
@@ -1,7 +1,7 @@
import {ArgsTable, Source, Story, Canvas, Meta} from '@storybook/addon-docs';
+import Tabs from '@mui/material/Tabs';
import dedent from 'ts-dedent';
import StoryConfig from '../../../.storybook/story-config.ts';
-import {withDesign} from '../../../.storybook/utils.ts';
import Tab from './Tab.tsx';
export const meta = {
@@ -11,7 +11,13 @@ export const meta = {
-export const Template = args => ;
+export const Template = (args) => {
+ return (
+
+
+
+ )
+};
# Tab
diff --git a/packages/react/src/components/Tab/Tab.tsx b/packages/react/src/components/Tab/Tab.tsx
index de6090fb..33d5cea9 100644
--- a/packages/react/src/components/Tab/Tab.tsx
+++ b/packages/react/src/components/Tab/Tab.tsx
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2022, WSO2 LLC. (https://www.wso2.com). All Rights Reserved.
+ * Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com). All Rights Reserved.
*
* WSO2 LLC. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except