All Downloads are FREE. Search and download functionalities are using the official Maven repository.

samples.widgets.react-props.poc Maven / Gradle / Ivy

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