1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-19 09:38:31 +03:00
x0/demo/hello.jsx

15 lines
213 B
React
Raw Normal View History

2018-05-20 22:59:08 +03:00
---
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>