Sha256: 943482e9f6ebe24e229dec67fac1ea4ba0d1d8e51f84ec0c6f32b44df37953ef

Contents?: true

Size: 611 Bytes

Versions: 8

Compression:

Stored size: 611 Bytes

Contents

<%= bs5_button_tag('Tooltip on top', bs5_tooltip('Tooltip on top', placement: :top).merge(style: :secondary)) %>

<%= bs5_button_tag('Tooltip on right', bs5_tooltip('Tooltip on right', placement: :right).merge(style: :secondary)) %>

<%= bs5_button_tag('Tooltip on bottom', bs5_tooltip('Tooltip on bottom', placement: :bottom).merge(style: :secondary)) %>

<%= bs5_button_tag('Tooltip on left', bs5_tooltip('Tooltip on left', placement: :left).merge(style: :secondary)) %>

<%= bs5_button_tag('Tooltip with HTML', bs5_tooltip('<em>Tooltip</em> <u>with</u> <b>HTML</b>', html: :true).merge(style: :secondary)) %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bs5-0.0.19 app/views/bs5/examples/tooltips/default/buttons.html.erb
bs5-0.0.18 app/views/bs5/examples/tooltips/default/buttons.html.erb
bs5-0.0.17 app/views/bs5/examples/tooltips/default/buttons.html.erb
bs5-0.0.16 app/views/bs5/examples/tooltips/default/buttons.html.erb
bs5-0.0.15 app/views/bs5/examples/tooltips/default/buttons.html.erb
bs5-0.0.14 app/views/bs5/examples/tooltips/default/buttons.html.erb
bs5-0.0.13 app/views/bs5/examples/tooltips/default/buttons.html.erb
bs5-0.0.12 app/views/bs5/examples/tooltips/default/buttons.html.erb