daisyui / react-daisyui

daisyUI components built with React 🌼
http://react.daisyui.com/
MIT License
943 stars 103 forks source link

Some of Storybook examples don't show full code #251

Closed wjdwl002 closed 1 year ago

wjdwl002 commented 1 year ago
스크린샷 2022-11-05 오후 12 39 10 스크린샷 2022-11-05 오후 12 39 16

Some of Storybook examples at which some additional property added don't show proper hierarchical component arguments. The screenshots are the ones of CodeMockup > Highlighted Line

스크린샷 2022-11-05 오후 12 39 30

It should show the above whole code, which is just currently being passed as argument for component reusing. It would be better if the whole code thing shows the contents.

I'd like to do some works for this if permitted :)