UNPKG

@kelvininc/ui-components

Version:
28 lines (27 loc) 407 B
export const TAB_ITEMS = [ { tabKey: 'tab1', label: 'Tab 1' }, { tabKey: 'tab2', label: 'Tab 1' }, { tabKey: 'tab3', label: 'Tab 1' }, { tabKey: 'tab4', label: 'Tab 1' }, { tabKey: 'tab5', label: 'Tab 1' } ]; export const NOTIFICATIONS_MOCK = { tab1: { active: true } };