UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

7 lines 409 B
import { POSITIONS } from '../../../types/positions/positions'; export const getScreenReaderText = (position, inputValues, onIcon, offIcon) => position === POSITIONS.CENTER ? inputValues.centerInputValue : position === POSITIONS.RIGHT ? (inputValues.rightInputValue ?? onIcon?.altText) : (inputValues.leftInputValue ?? offIcon?.altText); //# sourceMappingURL=getScreenReaderText.js.map