Varun Vachhar
Varun Vachhar
- [x] Add support for same origin object, iframe & embed - [ ] Add support for cross origin object, iframe & embed (might be able to access CORS iframes...
V2
### Describe the bug The documentation pages end up with a unnecessary `#gatsby-focus-wrapper` anchor in the url ### Steps to reproduce the behavior 1. Go to https://storybook.js.org/docs/react/get-started/introduction 2. Search for...
All props support MQ ```js withFlex.propTypes ={ flex: Proptypes.oneOf(['auto', 'none']), flexColumn: Proptypes.bool, flexRow: Proptypes.bool, flexWrap: Proptypes.bool, flexAuto: Proptypes.bool, items: PropTypes.oneOf(['start', 'end', 'center', 'baseline', 'stretch']), self: PropTypes.oneOf(['start', 'end', 'center', 'baseline', 'stretch']),...
Folks that use frameworks other than React have to constantly change the URL as google searches always point to 'react'. I'm not sure how we would implement this with out...
### Describe the problem To write Angular specific decorators we need to use the `componentWrapperDecorator` and `moduleMetadata` utilities from `@storybook/angular`. However, these utils are not documented which makes it hard...