@zohodesk/components
Version:
In this Package, we Provide Some Basic Components to Build Web App
51 lines • 1.17 kB
JavaScript
export const Tab_defaultProps = {
dataId: 'tabMenu',
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'
};