deno.land / x / lume@v2.1.4 / tests / assets / jsx / with-function.jsx

with-function.jsx
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** @jsxImportSource npm:react@18.2.0 */
export const layout = "layout.jsx";export const title = "This is the title";
// Export a functionexport default ({ title }, { url }) => ( <> <h1>{title}</h1> <p> This is a JSX page <a href={url("/")}>Go to home</a> </p> </>);
lume

Version Info

Tagged at
7 months ago