Published
Edited
Apr 13, 2021
Importers
1 star
Insert cell
Insert cell
Insert cell
MessageBox = Vue.defineComponent({
template: `
<div v-class="'bg-green-200 p-2'">
<p v-class="'font-bold text-[#ff0000]'">
{{ message }}
</p>
</div>
`,
data() {
return {
message: "Hello Vue and Twind!",
}
},
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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