
samples.widgets.react-props.poc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WebSite Show documentation
Show all versions of WebSite Show documentation
Prompto Documentation Web Site POM
The newest version!
widget Minimal extends ReactWidget {
Html method render () {
props = getProperties()
return { props.title };
}
}
widget Page extends ReactWidget {
Html method render () {
title = "Some title"
return ;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy