Published
Edited
Apr 8, 2020
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
function InSynMember() {
return jsx`<h5>Hello, ???</h5>`;
}
Insert cell
Insert cell
Insert cell
function ParentComponent(){
return jsx `<div>
<p>Hello</p>
<h4>Is it me you're looking for?</h4>
</div>`;
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
function NameDisplayer() {
return jsx`<div>
<h4>Hello, World</h4>
<p>It is some time.</p>
<input type=text />
</div>`;
}
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more