<%= render(Primer::TooltipComponent.new(label:"Even bolder", direction::s)){"Bold Text With a Direction"}%>
</div>
With an alignment
Bold Text With an Alignment
<divclass="pt-5">
<%= render(Primer::TooltipComponent.new(label:"Even bolder", direction::s, alignment::right_1)){"Bold Text With an Alignment"}%>
</div>
Without a delay
Bold Text without a delay
<divclass="pt-5">
<%= render(Primer::TooltipComponent.new(label:"Even bolder", direction::s, no_delay:true)){"Bold Text without a delay"}%>
</div>
Arguments
Name
Type
Default
Description
label
String
N/A
the text to appear in the tooltip
direction
String
:n
Direction of the tooltip. One of :n, :nw, :ne, :w, :e, :sw, :s, or :se.
align
String
:default
Align tooltips to the left or right of an element, combined with a direction to specify north or south. One of :default, :left_1, :right_1, :left_2, or :right_2.
multiline
Boolean
false
Use this when you have long content
no_delay
Boolean
false
By default the tooltips have a slight delay before appearing. Set true to override this