1.2.0 • Published 6 years ago

react-brag v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

🏆 React Brag

A cute way to render react components for demoing.

Description

React Brag is a set Components that help you show off your fancy new components. Useful for documenting a front end Component Library that is being consumed by other projects.

Has cool features like:

  • Markdown readme component (like the one ur reading)
  • Runtime prop injection
  • Pixel measurement tools
  • Adjustable display canvas (test on different devices, contexts, screen resolutions)

Installation

Add to your demo.html page

  <script crossorigin src="https://unpkg.com/react-brag/dist/index.umd.js"></script>

Or add as a devDependency

  npm i -D react-brag