diff --git a/docs/rules/accessibility/no-title-attribute-counter.md b/docs/rules/accessibility/no-title-attribute-counter.md index 7ba7d79..3bab99c 100644 --- a/docs/rules/accessibility/no-title-attribute-counter.md +++ b/docs/rules/accessibility/no-title-attribute-counter.md @@ -31,10 +31,14 @@ Use a `
A home for all developers
+GitHub ``` +**For [Primer ViewComponent](https://primer.style/view-components/) consumers only**: + ```erb -GitHub +<%= render(Primer::LinkComponent.new(href: "github.com", id: "link-with-tooltip")) do |c| %> + <% c.tooltip(text: "A home for all developers") %> + GitHub +<% end %> ```