0

I'm trying to migrate my Rails front end to React and need to import the recurring select gem to React. Don't seem to find a stable npm package for this rails gem.

How would I import this ruby gem into React through webpacker?

madav
  • 2,918
  • 1
  • 13
  • 17

1 Answers1

0

Ended up basing my code on this repo - https://github.com/colinwahl/react-recurring-select

madav
  • 2,918
  • 1
  • 13
  • 17