@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
26 lines • 608 B
JavaScript
export const Card_defaultProps = {
isScrollAttribute: false,
// isScrollShadow: true,
onClick: null,
scrollAt: '10',
a11y: {},
isPercentageScroll: false,
scrollDirection: 'topToBottom'
};
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'
};