bestguy / sveltestrap

Bootstrap 4 & 5 components for Svelte
https://sveltestrap.js.org
MIT License
1.3k stars 183 forks source link

Pass `$$restProps` through to `TabPane` component to aid testability. #470

Open shaun-wild opened 2 years ago

shaun-wild commented 2 years ago

It doesn't seem possible to add custom ids/classes/attributes to TabPane when inside a TabContent.

This means that it is hard to test the tabs as I cannot add a data-testid or id attribute.

Also, this means you cannot style the tab links directly.