mirror of
https://github.com/kennethnym/jrx.git
synced 2026-03-20 11:51:17 +00:00
@@ -1,10 +1,10 @@
|
||||
/** @jsxImportSource jrx */
|
||||
import { render } from "jrx";
|
||||
/** @jsxImportSource jfx */
|
||||
import { render } from "jfx";
|
||||
import { Stack, Text, Button } from "../components";
|
||||
|
||||
export const simpleSpec = render(
|
||||
<Stack>
|
||||
<Text content="Hello from jrx!" />
|
||||
<Text content="Hello from jfx!" />
|
||||
<Button label="Click me" />
|
||||
</Stack>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user