# react-demo **Repository Path**: mirrors_vslinko/react-demo ## Basic Information - **Project Name**: react-demo - **Description**: A React-component for creating demos of other components - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React-demo A React-component for creating demos of other components. See `examples/index.js` for a usage example. ## Example ```js import React from 'react' import Demo from 'react-demo' import Button from './my-components/Button' React.render(, el) ``` ![](http://g.recordit.co/bBtHoepQZy.gif) ## Installation ``` $ npm install react-demo ``` ## Run examples ``` $ npm install $ npm run examples $ open http://localhost:3000 ```