How to build tsx for plugin? #10296
-
My plugin’s UI currently looks ugly with plain HTML, and I would like to make it look more native by using React templates. Can I reuse existing components (e.g. BuildLineTable.tsx) inside a plugin’s templates? Is there a simple example of a SamplePlugin.tsx, including how to compile and set it up? |
Beta Was this translation helpful? Give feedback.
Answered by
SchrodingersGat
Sep 10, 2025
Replies: 1 comment
-
We provide a full plugin creator tool which provides a out-of-the-box react frontend example. I strongly recommend you use that, it's very difficult to get it working from scratch! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TehDmitry
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We provide a full plugin creator tool which provides a out-of-the-box react frontend example. I strongly recommend you use that, it's very difficult to get it working from scratch!