mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Initial commit for nuxt
This commit is contained in:
parent
271fd62d8d
commit
3cb3910561
1047 changed files with 15090 additions and 175754 deletions
|
@ -1,34 +0,0 @@
|
|||
const TooltipModifiers = [
|
||||
{
|
||||
name: "right",
|
||||
description: "Positions the tooltip on the right of the trigger element (default)"
|
||||
},
|
||||
{
|
||||
name: "top",
|
||||
description: "Positions the tooltip on the top of the trigger element"
|
||||
},
|
||||
{
|
||||
name: "bottom",
|
||||
description: "Positions the tooltip on the bottom of the trigger element"
|
||||
},
|
||||
{
|
||||
name: "left",
|
||||
description: "Positions the tooltip on the left of the trigger element"
|
||||
},
|
||||
{
|
||||
name: "focus",
|
||||
description: "Focus on the trigger element"
|
||||
},
|
||||
{
|
||||
name: "blur",
|
||||
description: "Blur the trigger element"
|
||||
}
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
tooltip: {
|
||||
name: "Tooltip",
|
||||
description: "Tooltip directive provides advisory information for a component.",
|
||||
"vue-modifiers": TooltipModifiers
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue