react-showroom

Document React components by declaring props definition and writing markdown.

Downloads
494
Stars
43
Committers
2

Bot releases are hidden (Show)

react-showroom - 1.17.1

Published by malcolm-kee almost 3 years ago

Tweak styles

react-showroom - 1.17.0

Published by malcolm-kee almost 3 years ago

  • Auto render PropsEditor below example if example call usePropsEditor hook
  • Support frame for usePropsEditor
  • Allow dock editor to right
react-showroom - 1.16.3

Published by malcolm-kee almost 3 years ago

Fix how babel runtime is resolved.

react-showroom - 1.16.2

Published by malcolm-kee almost 3 years ago

  • Fix preview overscroll
  • Bump dependencies
react-showroom - 1.16.1

Published by malcolm-kee almost 3 years ago

Fix publish issue

react-showroom - 1.16.0

Published by malcolm-kee almost 3 years ago

Add device frames in standalone view

react-showroom - 1.15.0

Published by malcolm-kee almost 3 years ago

Allow configure frames height and name and show markers

react-showroom - 1.14.3

Published by malcolm-kee almost 3 years ago

Fix styles for search dialog

react-showroom - 1.14

Published by malcolm-kee almost 3 years ago

Support sync scroll and sync actions across iframes

react-showroom - 1.13.1

Published by malcolm-kee almost 3 years ago

  • Allow disable advanced editor
react-showroom - 1.13.0

Published by malcolm-kee almost 3 years ago

  • Support date and color controls
  • Fix style for object and file controls
react-showroom - 1.12.0

Published by malcolm-kee almost 3 years ago

Use tsup to generate component type definition

react-showroom - 1.11.0

Published by malcolm-kee almost 3 years ago

Use tsconfig.json in app project in advanced editor.

react-showroom - 1.10.0

Published by malcolm-kee almost 3 years ago

Support advanced editor (monaco) that shows intellisense

react-showroom - 1.9.0

Published by malcolm-kee almost 3 years ago

Add useMenu custom hook

react-showroom - 1.8.0

Published by malcolm-kee almost 3 years ago

New Features

  • Support lang attribute on <script> tag in html example, which allows showing React components in HTML examples.
react-showroom - 1.7.0

Published by malcolm-kee almost 3 years ago

  • Add useUnionProps helpers to create example with multiple variants.
react-showroom - 1.6.0

Published by malcolm-kee almost 3 years ago

  • Support code highlight line
react-showroom - 1.5.0

Published by malcolm-kee almost 3 years ago

  • Support specifying initialHeight and height for iframe
  • Improve props control - number and file
  • Fix enum with non primitive type not handled properly
react-showroom - 1.4.0

Published by malcolm-kee almost 3 years ago

  • Support additional controls: number and file
  • DX improvement: log invalid control types
  • Bump dependencies