0.1.6 • Published 3 years ago

debug-flag v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

screenshot-1

screenshot-1

0.1.6

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago