Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 | 1x 1x 1x 1x 1x | import {BASE_CLASS} from '../config.js'
export const CLASS_TAB = `${BASE_CLASS}-item`
export const CLASS_TAB_ICON = `${CLASS_TAB}-icon`
export const CLASS_TAB_COUNT = `${CLASS_TAB}-count`
/* status */
export const CLASS_TAB_ACTIVE = `is-active`
export const CLASS_TAB_DISABLED = `is-disabled`
|