UNPKG

@redocly/theme

Version:

Shared UI components lib

8 lines 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTabId = getTabId; function getTabId(label, index) { const cleanLabel = label.replace(/\s+/g, '-').toLowerCase(); return `${cleanLabel}-${index}`; } //# sourceMappingURL=tabs.js.map