carbon-components-svelte/src/Tabs
brunnerh d5a6b5873b
Modify click events to prevent navigation. (#946)
Without preventDefault the link will navigate the page instead of opening the dropdown when the tabs are in the compact mode.
Because the parent element also toggles on click, there is an additional stopPropagation to not toggle twice which in a no-op.
2021-12-28 12:59:26 -08:00
..
index.js chore: lift components folder 2020-07-19 09:06:08 -07:00
Tab.svelte Add autoWidth prop to Tabs (#901) 2021-11-10 19:46:20 -08:00
TabContent.svelte refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
Tabs.svelte Modify click events to prevent navigation. (#946) 2021-12-28 12:59:26 -08:00
TabsSkeleton.svelte Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00