We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc49908 commit b36c663Copy full SHA for b36c663
components/steps/index.jsx
@@ -15,6 +15,7 @@ const getStepsProps = (defaultProps = {}) => {
15
PropTypes.bool,
16
PropTypes.func,
17
]),
18
+ labelPlacement: PropTypes.string.def('horizontal'),
19
}
20
return initDefaultProps(props, defaultProps)
21
0 commit comments