How to use the metal-jsx.Config.bool function in metal-jsx

To help you get started, we’ve selected a few metal-jsx examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github metal / metal-devtools / src / jsx / AppJSX.js View on Github external
{this.state.subTree &&
					<div>
						
					</div>
				}
			
		);
	}
}

Child.PROPS = {
	index: Config.number()
};

Child.STATE = {
	subTree: Config.bool().value(false)
};

window.jsxApp = App;

metal-jsx

A JSX templates renderer to be used with Metal.js's Component class

BSD
Latest version published 4 years ago

Package Health Score

54 / 100
Full package analysis