Skip to main content
Version: 1.0.160

Dialog Title

const dialogTitle = {
name: "dialog_title",
component: NANO.DIALOG_TITLE,
value: "This is title",
props: {
style: {
color: "blackAndWhite"
},
},
hide: false
};

Dialog title example

Loading...