Skip to content

Tooltip ​

INFO

This directive is adopted from PrimeVue. It's full documentation can be found here.

Tooltip Directive

The Tooltip directive must be enabled in the CodeyComponents plugin. More information can be found here.

ts
// main.ts
app.use(CodeyComponents, { 
  useTooltip: true, 
  ... // your other plugin options 
});

Showcases ​