-
-
Notifications
You must be signed in to change notification settings - Fork 43
Document link param option, fixes #73 #243
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
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.
It's a fairly small addition and I've never used it personally. But the <a>
tag also accepts an attribute of title
. I tested it out by adding it to your test and it had failed. So it may be good to add a link options to the component
def setup
@tag_attributes.merge!({ title: options[:title]})
end
...
@bdlb77 been there, done that 💪 and learned sth on the way, HTML can do sooo much things! |
…stack-ui-core into document_link_param_option
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 from my side!
Issue #73: Document usage of params in link component
Changes