Using shadcn / Base UI in Meteor 3

I plan to upgrade the UI of our app to shadcn and Base UI, since our Bootstrap-based current approach is pretty outdated and hard to maintain. Does anyone have experience with marrying the two frameworks?

If I understand it correctly, shadcn is pretty opinionated regarding the folder structure, as to where it stores and finds its components. I am wondering how this fits into Meteor’s folder scheme, where everything is under ‘/imports’.