lookbook-hq / lookbook

A UI development environment for Ruby on Rails apps ✨

Home Page:https://lookbook.build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sharing View Component Previews Across Multiple Projects Without Duplicating Files

dlupu opened this issue · comments

Hello,

We currently have an internal gem that facilitates the sharing of a collection of several dozen view components across multiple projects.

The final appearance of these components is project-specific, with each project featuring its own unique design system.

We're exploring potential solutions to share previews and scenarios for these components throughout all the projects. Our aim is to view them in the project's lookbook (essentially rendering them using the project's CSS) without the need to duplicate any files.

Any ideas or suggestions on how to best approach this situation ? Is this something you would consider supporting ?