Extracting a React Component that is not available in npm

43 Views Asked by At

There is a project that contains a React Component and it is in Git so it is publicly available with all its resources, how can I extract just that one component with all its dependencies without having to do it manually by opening each file?

Here is the component in question:

https://github.com/carbon-design-system/carbon-website/tree/master/src/components/ComponentDemo

0

There are 0 best solutions below