Custom sources? #372
Answered
by
nd0ut
mattwigham
asked this question in
blocks
Custom sources?
#372
-
Is there a way to create custom sources / tabs with blocks? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
nd0ut
Feb 3, 2023
Replies: 1 comment
-
Hey @mattwigham, Yep, that's possible but undocumented yet. Here is an example of how to create custom "Unsplash" source: https://github.com/uploadcare/blocks-examples/tree/main/examples/composition/src/custom-source Demo: https://uploadcare.github.io/blocks-examples/composition/src/custom-source/index.html It's written using symbiote.js but you aren't restricted in use of any other rendering library inside symbiote.js component. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mattwigham
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @mattwigham,
Yep, that's possible but undocumented yet. Here is an example of how to create custom "Unsplash" source: https://github.com/uploadcare/blocks-examples/tree/main/examples/composition/src/custom-source
Demo: https://uploadcare.github.io/blocks-examples/composition/src/custom-source/index.html
It's written using symbiote.js but you aren't restricted in use of any other rendering library inside symbiote.js component.