debug-flag
v0.1.6
Published
Debug flag component for React
Readme
DEBUG FLAG COMPONENT FOR REACT
INSPIRED BY FLUTTER MOBILE APPLICATIONS
This component helps to highlight that you are on development mode by display a debug label in top-right of your screen.
Installation
npm install debug-flag
or
yarn add debug-flag
Usage
import { DebugFlag } from 'debug-flag';
import 'debug-flag/dist/debug-flag.cjs.development.css';
ReactDOM.render(<LoadingBar />, document.getElementById('root'));Screenshot


