carbon-design-system / carbon

A design system built by IBM
https://www.carbondesignsystem.com
Apache License 2.0
7.81k stars 1.8k forks source link

[Feature Request]: Add Carbon UI Builder links to react storybook stories #13113

Open zvonimirfras opened 1 year ago

zvonimirfras commented 1 year ago

The problem

Carbon UI Builder enables user to craft and modify portions of their apps in a WYSIWYG editor and then export it to a developer-friendly React or Angular code.

Having a way to one-click open Carbon React components in the UI Builder will enable users to explore more advanced interactions and export to code easier.

The solution

Carbon UI Builder allows a JSON import via from-json endpoint.

A link such as this one will let user create a UI fragment, make modifications they want, and export it to a desired framework.

Let's have links for each supported component.

CC: @tay1orjones @MoizMasud

Examples

Example in Carbon Components Angular:

image

Application/PAL

No response

Business priority

None

Available extra resources

No response

Code of Conduct

sstrubberg commented 1 year ago

Hey @zvonimirfras! First off, great idea for enhancement to storybook. I love the idea linking people out to Carbon UI Builder. Having said that, we have some concerns that need to be addressed before implementation.

tay1orjones commented 1 year ago

I think it makes the most sense for links like this to live on the docs pages for components, not on the canvas itself.

Also we need to think about maintenance cost to ensure that we're not having to manually keep the source for these links up to date. We ideally need to support stackblitz and codesandbox alongside this and it would be nice if we could find a way to have them all point to a single source of truth. That could maybe be the default stories for each component, but I'm not exactly sure how that would work.

zvonimirfras commented 1 year ago

JSON format (and links with that) shouldn't change much between versions, so maintenance should be minimal.