You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem to be solved
Hello, I am using React <RedocStandalone /> component in my app and I need to change layout from three-panel to stacked. How can I achieve this ?
There is an option to do this via redocly.yaml spec: https://redocly.com/docs/realm/config/openapi/layout#examples, but how does this translate to props in React component ? There is no layout prop in typescript typings of RedocStandalone component.
Describe the solution you'd like
Pass layout as prop.
The text was updated successfully, but these errors were encountered:
Describe the problem to be solved
Hello, I am using React
<RedocStandalone />
component in my app and I need to change layout fromthree-panel
tostacked
. How can I achieve this ?There is an option to do this via
redocly.yaml
spec: https://redocly.com/docs/realm/config/openapi/layout#examples, but how does this translate to props in React component ? There is nolayout
prop in typescript typings ofRedocStandalone
component.Describe the solution you'd like
Pass
layout
as prop.The text was updated successfully, but these errors were encountered: