-
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
Example of using custom element #103
Comments
Awesome. I'll take a look at this. Definitely a missing hole in the docs. |
Here's an example with the step counter: https://svelte.dev/repl/38b0d1009d5b4041877b138809d421df?version=3 |
Awesome! Thanks @nathancahill that helps a lot Feel free to close this off now, or leave it open until it's in the docs So how can I help man, where's the priority list so I can start knocking out things? |
Going to leave this open until it's in the docs. Yup validation #9 is really high on the list but haven't had time to dive in to it. I also want to collect a bunch of examples, with REPL links like the StepCounter above, and stick them in a At some point I want to make a docs website, but that's down the road. Right now everything is in |
Cool, good to know Do you want to Sveltik to take the I'll keep some custom components aside as I build them and add them as I go. |
Responding on #9 to keep things organized. |
Hey @nathancahill, I like where Sveltik is headed, and I'd like to help out with the porting of Formik over to Svelte, but I was wanting to see if I could get you to provide an example of how you can use a custom element with Sveltik.
Here is a real-world element as an example
step-counter.svelte
Thanks!
The text was updated successfully, but these errors were encountered: