dcx-react-library
dcx-react-library copied to clipboard
Tabs is not non-js compliant
Tabs is not non-js compliant, with js turn off contents of all tabs do not display
To disable Javascript on your chrome browser please refer to the following guide
Please create your branch from release/0.6
git checkout release/0.6
git pull
git checkout -b 'feature/tab-nonJs'
Describe the solution you'd like tabs should be able to work without javascript enabled current it doesn't
@brightpixels can you please confirm if this ticket is still needed?
I've been given the recommendation to look at the tabs behaviour in GDS component library. The non JS approach they use is to list all the tabs as links and then put all the tab contents underneath each other.
I will code the layout to match this approach as long as that is ok with everyone else.