x
1
2
3
4
<button id="button-with-tooltip" type="button" data-view-component="true" class="Button--secondary Button--medium Button"> <span class="Button-content"> <span class="Button-label">Button</span> </span></button><tool-tip id="tooltip-e997a023-5c1e-482f-b6d5-e33308da1754" for="button-with-tooltip" popover="manual" data-direction="s" data-type="description" data-view-component="true" class="sr-only position-absolute">You can press a button</tool-tip>
No notes provided.
1
2
3
4
render(Primer::Beta::Button.new(id: "button-with-tooltip")) do |component| component.with_tooltip(text: tooltip_text, direction: direction) "Button"end
Param | Description | Input |
---|---|---|
— |
|
|
— |
|