UNPKG

@zohodesk/components

Version:

In this Package, we Provide Some Basic Components to Build Web App

16 lines 348 B
export const BoxDefaultProps = { dataId: 'boxComponent', testId: '', isScrollAttribute: false, tagName: 'div', dataSelectorId: 'box' }; export const ContainerDefaultProps = { dataId: 'containerComponent', testId: '', isScrollAttribute: false, isCover: true, alignBox: 'column', tagName: 'div', dataSelectorId: 'container' };