mrackley / Modern_Hillbilly_Tabs

Place Web Parts into Tabs on Modern SharePoint Pages
14 stars 8 forks source link

does this code work as-is? #2

Open keaton-robinson opened 1 year ago

keaton-robinson commented 1 year ago

Hello,

The ModernHillbillyTabsWebPart.ts file's render method calls a "RenderTabs" function that I cannot locate. Does that function exist somewhere? Does something add it to the global namespace?

not directly related, but I'll admit that I haven't gotten the project to build yet. I have a problem with windows-build-tools on my machine I think. Node version manager probably didn't include it or something...The npm install is failing to find Python 2.7 on my machine. Still tinkering with that.

keaton-robinson commented 1 year ago

nevermind, I found the function in the AddTabs file. I was just looking for an "import" rather than a "require"