TeamWertarbyte / material-ui-chip-input

A chip input field using Material-UI.
https://mui.wertarbyte.com/#material-ui-chip-input
MIT License
737 stars 208 forks source link

Update storybook examples #346

Open brymon68 opened 3 years ago

brymon68 commented 3 years ago

Hi,

The storybook examples are borderline useless without accompanying source: https://teamwertarbyte.github.io/material-ui-chip-input/?path=/story/chipinput--with-error-style

While I certainly appreciate the long list of examples, there is no accompanying source as you would normally find with stories.

I am trying to understand how to custom style the input underline and have no idea how to do it. Looking at the ./storybook/examples directory, there are only a small handful of trivial story source code. Can you please update the examples directory to reflect what is found here: https://teamwertarbyte.github.io/material-ui-chip-input/?path=/story/chipinput--with-some-chips OR can you add source with each example?

Thank you