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-648fc1bc-cba5-4ad1-ae50-2144a531b26a" 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>
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
No notes provided.
Param | Description | Input |
---|---|---|
— |
|
|
— |
|
No assets to display.