UNPKG

765 BJavaScriptView Raw
1import { __rest } from "tslib";
2import * as React from 'react';
3import styles from '@patternfly/react-styles/css/components/ProgressStepper/progress-stepper';
4import { css } from '@patternfly/react-styles';
5export const ProgressStepper = (_a) => {
6 var { children, className, isCenterAligned, isVertical, isCompact } = _a, props = __rest(_a, ["children", "className", "isCenterAligned", "isVertical", "isCompact"]);
7 return (React.createElement("ol", Object.assign({ className: css(styles.progressStepper, isCenterAligned && styles.modifiers.center, isVertical && styles.modifiers.vertical, isCompact && styles.modifiers.compact, className) }, props), children));
8};
9ProgressStepper.displayName = 'ProgressStepper';
10//# sourceMappingURL=ProgressStepper.js.map
\No newline at end of file