-
-
Notifications
You must be signed in to change notification settings - Fork 43
Add iframe component. #233
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
Conversation
Hi @pascalwengerter , |
@@ -0,0 +1,5 @@ | |||
module Matestack::Ui::Core::Iframe | |||
class Iframe < Matestack::Ui::Core::Component::Static | |||
|
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.
Missing a lot of the attributes an iframe tag can have (see reference). See youtube or image component for reference on how to include multiple attributes into the @tag_attributes
!
Hey @mayanktap, not bad! Could you include more attributes from the w3school iframe definition (using the |
Sure @pascalwengerter . I will take a look at this. |
Hey @mayanktap do you need any help to go the final steps on this one? 🙌 |
Hey @pascalwengerter , |
No worries @mayanktap, just let us know if you need help or decide you want to stop working on it :) |
Hey @pascalwengerter , |
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.
Looks good to me now!
Issue #193: Addition of Iframe component.
Changes