tab-container-element
tab-container-element copied to clipboard
An accessible tab container element with keyboard support.
This PR moves the `selectTab` method on the `TabContainer` class. Doing so will enable programmatic select of tabs by calling this method. The proposal was shared in this issue https://github.com/github/tab-container-element/issues/55...
I have a scenario in which I want to change the selected tab programmatically on the frontend. It will be great to attach the `selectTab` method on the container element...
closes #53
In Sveltekit I get a warning about the package.json for this npm not being formatted correctly: > @github/tab-container-element doesn't appear to be written in CJS, but also doesn't appear to...
I am working on a project picker component that is using tabs for switching between lists of projects. Since the content type for each tab is the same, only the...