Skip to main content
Version: 1.0.113

Tooltip


const editIcon = {
component: NANO.ICON_BUTTON,
name: "edit_icon",
value: 'plus',
props: {
size: 24,
iconColor: "red",
style: {

}
},
};


const tooltip = {
name: "tooltip",
component: NANO.TOOLTIP,
content: [editIcon],
props: {
title: "edit Icon"
},
};