malcolm-kee / react-showroom

Document React components by declaring props definition and writing markdown.
https://react-showroom.js.org/
43 stars 1 forks source link

Create showroom for `@showroomjs/ui` package #135

Open malcolm-kee opened 2 years ago

malcolm-kee commented 2 years ago

Which need circular dependency support. Not sure if that's possible.

crobinson42 commented 6 months ago

You can use npm workspaces to accomplish multiple npm packages. A full-featured workspace tool is nx that handles publishing for you. Just an idea 👍