|
|
|
|
|
by solardev
610 days ago
|
|
Did you ever investigate if true componentization (like React Server Components, maybe coupled with Storybook etc.) could fill that niche instead? A MUI theme isn't by itself sufficient, since it really only modifies variables like shared design tokens would. But it's rare that bespoke components would be 1:1 equivalent with the existing functionality/behaviors of a UI lib (unless that was a design constraint from the get-go, i.e. designers were only allowed to use existing functionality in that lib). At our work, all components started out with MUI, but would often be extended with custom code based on the designers' needs. I could see no real way to sync that part of it with Figma (which would often just have basic wireframes and prototypes, maybe linked together in screens, hover states, etc., but not really implemented as interactive code). It's kinda missing a storybook-like layer that can actually use and display different states, inputs, outputs, etc. |
|