Fabien

Results 5 comments of Fabien

Agreed with @developit, if you use Lerna, for example, you just have to include all packages using `pattern` ```yml pattern: './packages/*/dist/*.{js,css}' ```

Here is a workaround by editing your preview.js ```diff import React from 'react'; import addons from '@storybook/addons'; import { DocsContainer } from '@storybook/addon-docs'; import { themes } from '@storybook/theming'; import...

Oh, you've followed ARIA recommendations and their example! Awesome work @navin-moorthy! 🏆 I was more thinking about an example, for now, @diegohaz! Here was my suggestion to achieve it, first...

@tom-sherman 🤗 I'm pretty sure we can do better than the first draft I've just posted before but here is an abstract: ```jsx Lorem ipsum dolor 1 Lorem ipsum dolor...

That's interesting, thank you Olivier! TIL But how do you ensure that the MUI kit from Figma is faithful enough to be used the same way with Figma or React,...