Previews

No matching results.

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-d67dfbc4-9597-467b-b44f-33d9124cc105" 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
Param Description Input

No assets to display.