-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add storybook story for the FocusableIframe component #22324
Conversation
Size Change: 0 B Total Size: 831 kB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
}; | ||
|
||
export const _default = () => { | ||
const source = text( 'iFrame Source', './' ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about using something else for the source?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any suggestions? I tried wordpress.org but it didn't work, I assumed because of security settings
Merging this to avoid letting an approved PR stale. |
Description
Adds a storybook story for the FocusableIframe component as part of #17973
The accessibility checks in storybook pointed out that this component should have a title, I will follow up with a separate issue to address that.
How has this been tested?
npm run storybook:dev
Screenshots
Types of changes
New feature (non-breaking change which adds functionality)
Checklist: