Tooltip
Introduction to using the Tooltip component
Last updated
Was this helpful?
Introduction to using the Tooltip component
Last updated
Was this helpful?
Was this helpful?
<bpa-tooltip text="text here">
<bpa-button>align left</bpa-button>
</bpa-tooltip>
<bpa-tooltip text="text here">
<bpa-button>align center(default)</bpa-button>
</bpa-tooltip>
<bpa-tooltip text="text here">
<bpa-button>align right</bpa-button>
</bpa-tooltip>