aboutsummaryrefslogtreecommitdiff
path: root/demos/css-stress-test/public1/src/components/button.tsx
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-06-20 17:38:55 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-06-20 17:38:55 -0700
commitcbb6f8b1a94e504cce875f90b45416177c9ac1d3 (patch)
tree2bb8c501f67c8af954971133a25e1e83db772ed2 /demos/css-stress-test/public1/src/components/button.tsx
parent88ac58962ea92707f3bcc87684c7edba02391c63 (diff)
downloadbun-cbb6f8b1a94e504cce875f90b45416177c9ac1d3.tar.gz
bun-cbb6f8b1a94e504cce875f90b45416177c9ac1d3.tar.zst
bun-cbb6f8b1a94e504cce875f90b45416177c9ac1d3.zip
Rename CSS stress test
Diffstat (limited to 'demos/css-stress-test/public1/src/components/button.tsx')
-rw-r--r--demos/css-stress-test/public1/src/components/button.tsx26
1 files changed, 26 insertions, 0 deletions
diff --git a/demos/css-stress-test/public1/src/components/button.tsx b/demos/css-stress-test/public1/src/components/button.tsx
new file mode 100644
index 000000000..bf30db5e7
--- /dev/null
+++ b/demos/css-stress-test/public1/src/components/button.tsx
@@ -0,0 +1,26 @@
+import * as jsx_dev_runtime_runtime from "http://localhost:8000node_modules/react/jsx-dev-runtime.js";
+var jsxDEV = require( jsx_dev_runtime_runtime).jsxDEV, __jsxFilename = "src/components/button.tsx";
+
+import {
+ __require as require
+} from "http://localhost:8000__runtime.js";
+import * as ttp_localhost_8000node_modules_module from "http://localhost:8000node_modules/react/index.js";
+var React = require(ttp_localhost_8000node_modules_module);
+export const Button = ({ label, label2, onClick }) => jsxDEV("div", {
+ className: "Button",
+ onClick,
+ children: [jsxDEV("div", {
+ className: "Button-label",
+ children: [
+ label,
+ "111"
+ ]
+ }, undefined, true, {
+ fileName: __jsxFilename,
+ lineNumber: 133
+ }, this)]
+}, undefined, true, {
+ fileName: __jsxFilename,
+ lineNumber: 86
+}, this);
+