@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
24 lines • 498 B
JavaScript
export const defaultProps = {
ribbonText: "New",
videoLookupCloseText: "Esc",
closeIconTooltip: "Close",
isAutoPlayAnimation: true,
customId: "onboarding",
testId: 'onboarding',
sliderData: [],
hasExpandedButton: false,
customProps: {},
hasBouncAnimationOnMount: true,
hasCloseIcon: true,
hasRibbon: true,
tagAttributes: {},
a11yAttributes: {},
isDraggable: true,
position: "static",
dragBoundaryLimit: {
top: 0,
left: 0,
right: 0,
bottom: 0
}
};