How to add tooltip in Magento 2

I am using a custom template and just added:


    Test ?
    Tolltip description come here

and than added below style code in my theme styles-l.css

.custom-tooltip {
    .lib-tooltip(right);
}

and run command below
bin/magento setup:upgrade

你可能感兴趣的:(magento2)