slimjs / slim.js

Fast & Robust Front-End Micro-framework based on modern standards

Home Page:http://slimjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storybook components

kaesar opened this issue · comments

Hi, I was wondering if slimjs could consider components with Storybook or simply is possible with Storybook for HTML (storybook allow reuse components in development time with elegant UI and drag and drop).
I think slimjs proposal is great. I can imagine mixed with Storybook would be so cool.
Thanks any way.

@kaesar, you may want to check showroom.js - It is a dedicated "storybook"-like tool for web components + full puppeteer integration out of the box.

We use it at production.

Integration with storybook is just like any other storybook-custom-elements integration.

Ok, I'll take a look at it. Thanks.