Can my Knapsack workspace inherit components from other repos or systems?

Yes! Knapsack can consume any package that you can install locally. To set this up, all you need to do is make sure that the package containing that component is installed when you're setting up the code tab in Knapsack. Once the package is installed, you can reference its context when providing the file path for a code template (e.g. @my-org/my-design-system/button.jsx).

Note that, if the package has any dependencies itself, you will also need to add those packages to your environment.