@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
21 lines • 603 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ariaSteps = exports.StepperNumberSteps = void 0;
exports.StepperNumberSteps = [
'Register this is a very long text, very very long long text isnt it',
'Verification Code this is another very very long long text is not it',
'Banking credential',
'Address info',
'Terms and Conditions',
];
exports.ariaSteps = {
prefix: {
step: 'Step',
of: 'of',
},
suffix: {
completed: 'Completed',
current: 'Current Step',
},
};
//# sourceMappingURL=ariaLabels.js.map