Alex Wilson

Results 26 comments of Alex Wilson

That would be awesome! Thanks - please let me know if I could be of help @tonai

Hey there - I’ll take a look 👆 thanks for getting this started so quickly

@tonai Are there any special setup steps that I should know about? And do you have an example code snippet of how it would be used? Dont see a code...

Hey @tonai that repo will definitely help - thanks. One thing I’m still missing is how you're thinking the decorator will look/what code you were using to test the decorator...

@tonai What I mean is we have these custom Decorators for React like this: ``` function Decorator(props) { const { children, themeName } = props; return ( {children} {themeName ===...

@tonai - it would be best to make your addon logic framework agnostic (the best and most widely used addons are and it makes it more maintainable). The problem here...

@tonai This for instance is a framework agnostic decorator: https://github.com/CodeByAlex/storybook-theme-knob.

When the decorator manipulates the Dom, it manipulates what’s in the story itself which is why it works with docs. If you were to eject the story from the storybook...

@drwpow this is a great idea - was there any movement on this. We are using Style Dictionary and instead of adding comments in the output, it would be great...

@Sqrrl I really like what you've done there and its great that you have the line markers. A couple of comments: - Looking at the screenshot below, without other context,...