UNPKG

835 BMarkdownView Raw
1### HTML
2
3Icon from [`carbon-elements`](https://github.com/IBM/carbon-elements) package is now used. Vanilla markup should be migrated to one shown in [carbondesignsystem.com](https://next.carbondesignsystem.com/components/tabs/code) site. React and other framework variants should reflect the change automatically.
4
5### SCSS
6
7| Class | Note | Remarks |
8| ------------------------ | ---- | ---------------------------------------------------------------------------------- |
9| `bx--tabs-trigger--open` | New | A class added to the trigger button when open in mobile view. Allows for animation |
10
11### JavaScript
12
13A new component option, `selectorButtonEnabled` has been added. Please see [`README.md`](./README.md#options) for more details.