ui-humix-lib
Version:
A simple package for implementinghumix design components in react-based or node.js based projects.
13 lines (12 loc) • 749 B
JSON
{
"data" : {
"tooltipVisible" : "A boolean value that will show or hide the tooltip.",
"tooltipText": "The text inside the tooltip.",
"tooltipArrow" : "A boolean value that indicates whether or not to show the tooltip arrow.",
"tooltipPosition" : "The position to display the tooltip. This value can be 'top', 'right', 'bottom', or 'left'."
},
"alert_notification" : {
"title" : "Create a Tooltip Plugin",
"description" : "This specific element would be easier to re-use in your applications if it were converted into its own plugin. Here's a guide that will show you how to <a href=\"/pines/docs/alpine-plugin\" class=\"underline\">convert this element into it's own plugin</a>."
}
}