We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
One component should be created to allow to read and load inside the editor some examples:
<dyne-slangroom-preset-loader target-id="editor" folder="./examples" /> <dyne-slangroom-editor id="editor"> </dyne-slangroom-editor>
I envision something like the code before.
The examples can also be written as slot inside like:
<dyne-slangroom-preset-loader> <dyne-slangroom-preset id=`` conrtact=`` data=`` keys=`` title=`` description=`` group=``></dyne-slangroom-preset> </dyne-slangroom-preset-loader>
The text was updated successfully, but these errors were encountered:
Can i add https://github.com/dyne/slangroom/tree/main/docs/examples as submodule of this repo? I have to add the whole repo as submodule?
Sorry, something went wrong.
@puria I am using degit to clone only the examples, I added a npm script
Successfully merging a pull request may close this issue.
One component should be created to allow to read and load inside the editor some examples:
I envision something like the code before.
The examples can also be written as slot inside like:
The text was updated successfully, but these errors were encountered: