UNPKG

@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

24 lines 527 B
export const defaultProps = { isDisabled: false, isReadOnly: false, iconRotated: false, maxLength: '250', needBorder: true, size: 'medium', type: 'text', variant: 'default', needReadOnlyStyle: true, isClickable: false, needEffect: true, needInputFocusOnWrapperClick: false, dataId: 'textBoxIcon', borderColor: 'default', showClearIcon: false, i18nKeys: {}, customClass: {}, iconOnHover: false, isFocus: false, isScrollPrevent: false, customProps: {}, dataSelectorId: 'textBoxIcon' };