On click of "view Storybook" link in Elements page then it should lead to Storybook page and should be active the corresponding tab in Storybook page. e.g. 1)if I clicked Button > "view Storybook" in Elements Page then it should open Storybook with active tab "Button code" 2)if I clicked 'Cards' > "view Storybook" in Elements Page then it should open Storybook with active tab "Cards code" similarly for others as well Please help me to do this
<Link className="sblink" to="/Storybook/tab1">view Storybook</Link>
<Link className="sblink" to="/Storybook/tab3">view Storybook</Link>
<Link className="sblink" to="/Storybook/tab4">view Storybook</Link>