JetBrains / react-buddy-ide-toolbox

@react-buddy/ide-toolbox and palette packages
Apache License 2.0
60 stars 5 forks source link

Palette preview width shrinking #36

Closed web-devel closed 1 year ago

web-devel commented 2 years ago

Investigate layout styling in component preview and make sure the content occupies 100% of width

image

See https://github.com/react-buddy/demo-antd-v4

Suggested implementation

lovtsovaik commented 2 years ago

Also need to fix Carousel (big size of layout)

HegelPro commented 1 year ago

Need add fullWindow class to html element too

HegelPro commented 1 year ago

QA notes: Every dom element from Component's dom element to the html element must have "fullWindow" class once. And our className prop which we setted to Palette, Category, Component or Variant must be last in dom classes. image

lovtsovaik commented 1 year ago

image

image