Help with Building Custom Library in FUXA #1916
Unanswered
Nishanth-19072002
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@Nishanth-19072002 you can use SVG widgets and have custom JS and HTML inside the SVG for widget logic and control https://github.com/frangoteam/FUXA/wiki/HowTo-Widgets The widgets now get served from server and not included in repo anymore, so to get some examples you will have to get them from running FUXA @unocelli can we create a separate repo for FUXA SVG Widgets? This way users can add them there and they can be maintained there? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi FUXA Team,
First of all, thank you for creating and maintaining such a great tool it’s really helpful for my project.
I’m currently working on extending FUXA, and I’d like to build a custom library (custom components/shapes) to use inside the editor. However, I’m not fully sure about the right way to integrate and structure this within the existing FUXA framework.
Could you please guide me on:
Where in the source code should I place/define a new custom library?
Whether there’s an example or documentation available for adding new shapes/components?
Any best practices to follow when adding external/custom libraries to FUXA?
Your guidance would really help me move forward, and I’d be happy to share back my work with the community once I get it running.
Thank you
Nishanth
snishanth465@gmail.com
Beta Was this translation helpful? Give feedback.
All reactions