Utilities
Help Tooltip
Help tooltips can be displayed inline with content. The defaultstyle is anchored to the top-left.
They can also be anchored to the top-rightThe bottom-leftOr the bottom-right.
%span.help-tooltip{ data: { message: 'Works in which the idea...' } }
%span.help-tooltip{ data: { message: 'Works in which the idea...', anchor: 'top-right' } }
%span.help-tooltip{ data: { message: 'Works in which the idea...', anchor: 'bottom-left' } }
%span.help-tooltip{ data: { message: 'Works in which the idea...', anchor: 'bottom-right' } }