-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create template for SolidJS #2
base: main
Are you sure you want to change the base?
Conversation
Hey @atilafassina ! Thanks you for your template, it looks really good! We're currently reviewing your code, it would be amazing if you can correct a few things |
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Penopot Solid</title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a typo: Penopot -> Penpot
window.removeEventListener("message", themeSetter); | ||
}); | ||
|
||
return <div data-theme={theme}>Welcome to your plugin!</div>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be {theme()}
to get the value correctly
### Solid | ||
|
||
```bash | ||
cd vue-example-plugin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be solid-example-plugin
Hey folks,
I'd like to offer a template for SolidJS to whoever is interest in building a plugin for Penpot.
I tried to base myself on the React template.