react-showroom
TypeScript icon, indicating that this package has built-in type declarations

2.4.1 • Public • Published

React Showroom

https://react-showroom.js.org/

Document React components by declaring props definition and writing markdown.

npm i -D react-showroom

Key Features

  • Auto generate documentations for your component props from the component's TypeScript definition.
  • Write markdown to show examples to use the component, which will become an editable playground.
  • Auto generated props control/knobs based on component props type definitions.
  • Supported languages for live examples: typescript (TSX and TS), javascript (JSX and JS), and HTML.
  • Improve collaborations: edit code/add comments on specific examples with shareable URL without any backend.
  • Ensure the components are SSR-friendly - the site can be pre-render on build time.

Readme

Keywords

Package Sidebar

Install

npm i react-showroom

Weekly Downloads

220

Version

2.4.1

License

MIT

Unpacked Size

1.25 MB

Total Files

492

Last publish

Collaborators

  • malcolmkee