1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-11 13:45:52 +03:00
x0/demo/hello.jsx
2018-05-25 20:45:01 -04:00

15 lines
213 B
JavaScript

---
title: Hello JSX
jsxLink: https://github.com/c8r/jsx-loader
---
<div>
<h1>{props.title}</h1>
<p>
x0 supports
{' '}
<a href={props.jsxLink}>Compositor JSX</a>
{' '}
format
</p>
</div>