GitHub - jerosoler/Drawflow: Simple flow...
# avo-2
a
If I want to add a front end library in a custom tool, like https://github.com/jerosoler/Drawflow ... what's the best way to do that to be 'Avo Friendly'?
l
I would: - create a stimulus controller (probably in
app/javascript/controllers/avo
if you want to keep them separate) - register it in
avo.custom.js
- use it in a partial somewhere
a
that's kinda what I figured
you can follow the avodemo samples
let me know if anything is not working. it should 😛
a
ok great
l
you can add that as a field or as a resource tool on the
Show
, or
Edit
pages or as a tool as a separate page inside Avo