Skip to main content

Documentation

./demo/HelloCodeTitle.js
function HelloCodeTitle(props) {
return <h1>Hello, {props.name}</h1>;
}

Live Editor
Result
Loading...