Hi everyone,
I am currently looking for a when2meet- style scheduling component for my web application to select ranges of times across different dates.
So far the closest I have found is this: GitHub - bibekg/react-schedule-selector: A mobile-friendly when2meet-style grid-based schedule selector
I am very new to UI in general and have no experience with javascript / React. I have been pouring over the Anvil docs for implementing javascript and have done the tutorials, but so far the only examples I’ve found is where there is a single .js
file or a cdn
link for a given library, that can be simply imported in the ‘Native Libraries’ section of the Anvil app. From there, the component is actually added to the Form as a python component using anvil.js.window
.
However, with this library that requires installation using yarn
, is there a similar way to add the component that I’m missing?
Sorry for the very basic question, hopefully someone who is familiar with React can help me out. Thanks in advance