Rename package from jrx to jfx

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-02-28 01:27:37 +00:00
parent b8d1d2de80
commit 2f9e0a9936
21 changed files with 144 additions and 148 deletions

View File

@@ -75,7 +75,7 @@ export function App() {
if (!activeSpec) {
return (
<div style={{ maxWidth: 600, margin: "60px auto", padding: "0 24px" }}>
<h1 style={{ fontSize: "24px", marginBottom: "8px" }}>jrx examples</h1>
<h1 style={{ fontSize: "24px", marginBottom: "8px" }}>jfx examples</h1>
<p style={{ color: "var(--text-secondary)", fontSize: "14px", marginBottom: "24px" }}>
JSX &rarr; json-render Spec. Pick a spec to see the live UI and JSON
output.

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>jrx example</title>
<title>jfx example</title>
<style>
:root {
--bg: #f5f5f5;

View File

@@ -46,4 +46,4 @@ const server = serve({
},
});
console.log(`jrx example server running at ${server.url}`);
console.log(`jfx example server running at ${server.url}`);