@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
18 lines • 479 B
JavaScript
export const 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',
];
export const ariaSteps = {
prefix: {
step: 'Step',
of: 'of',
},
suffix: {
completed: 'Completed',
current: 'Current Step',
},
};
//# sourceMappingURL=ariaLabels.js.map