@zohodesk/components
Version:
In this Package, we Provide Some Basic Components to Build Web App
25 lines • 574 B
JavaScript
export const Card_defaultProps = {
isScrollAttribute: false,
// isScrollShadow: true,
onClick: null,
scrollAt: '10',
a11y: {},
isPercentageScroll: false
};
export const CardHeader_defaultProps = {
dataId: 'CardHeader',
customClass: '',
dataSelectorId: 'cardHeader'
};
export const CardContent_defaultProps = {
isScrollAttribute: false,
scroll: 'vertical',
dataId: 'CardContent',
customClass: '',
dataSelectorId: 'cardContent'
};
export const CardFooter_defaultProps = {
dataId: 'CardFooter',
customClass: '',
dataSelectorId: 'cardFooter'
};