UNPKG

@zohodesk/components

Version:

Dot UI is a customizable React component library built to deliver a clean, accessible, and developer-friendly UI experience. It offers a growing set of reusable components designed to align with modern design systems and streamline application development

53 lines 1.22 kB
export const Tab_defaultProps = { dataId: 'tabMenu', contentAlign: 'both', contentAlignBox: 'row', customProps: {}, dataSelectorId: 'tab' }; export const TabContent_defaultProps = { dataId: 'tabContent', dataSelectorId: 'tabContent' }; export const TabContentWrapper_defaultProps = { children: [], dataSelectorId: 'tabContentWrapper', a11y: {} }; export const Tabs_defaultProps = { isAnimate: false, isResponsive: true, needTabBorder: false, type: 'alpha', dataId: 'highlight', align: 'horizontal', children: [], highlightClass: '', minTabsCount: 0, maxTabsCount: 100, moreButtonClass: '', moreBoxClass: '', menuItemClass: '', iconName: 'ZD-TB-menu', iconSize: '7', containerClass: '', customProps: {}, dataSelectorId: 'tabs', searchBoxSize: 'small', searchErrorText: 'No results', placeHolderText: 'Search', isAbsolutePositioningNeeded: true, isRestrictScroll: false, moreContainerClass: '' }; export const TabWrapper_defaultProps = { hookToDisableInternalState: false, isAnimate: false, needBorder: true, needPadding: true, needTabBorder: false, type: 'alpha', align: 'vertical', needAppearance: true, dataSelectorId: 'tabWrapper' };