You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the packages as of now use simply use HTML to showcase their Web Component, if so wouldn't it be better to have a standardized way to display them? Maybe creating a package and styles which injects js and CSS into this ' index.html` and to give a standard overview of the component.
Storybook is the obvious solution to this but the problem with this is that it's too exhaustive for normal users/code reviewers to judge the package at a glance.
Pros
A standard way to showcase the components
A clean and consistent workflow or at least UI preview
Cons
Might be overkill
Can be taxing as it is a subset of what (if implemented) the storybook will do.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description
Most of the packages as of now use simply use
HTML
to showcase their Web Component, if so wouldn't it be better to have a standardized way to display them? Maybe creating a package and styles which injectsjs
andCSS
into this ' index.html` and to give a standard overview of the component.Storybook
is the obvious solution to this but the problem with this is that it's too exhaustive for normal users/code reviewers to judge the package at a glance.Pros
Cons
storybook
will do.Beta Was this translation helpful? Give feedback.
All reactions