Hi team, Anyone can help me in terms of importing ...
# javascript
l
Hi team, Anyone can help me in terms of importing dependencies from
NPM
in Kotlin/JS gradle?
a
what kind of help are you looking for?
l
Thank, @andylamax for reaching me.
I was trying to use
recharts
of
NPM
in kotlin/JS web project.
Can you share any experience of importing it with me?
a
use
implementation(npm("package", "version"))
l
Thx, @Ayfri
I tried many time. Other than that, is there anything to do?
I followed this one. Plz see this one, and would you like to let me know if I missed something? https://kotlinlang.org/docs/js-react.html#add-props-to-pass-data-between-components