1.3.5 • Published 3 years ago

react-display-state v1.3.5

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

react-display-state

display react state and rerender count on a page

NPM JavaScript Style Guide

display-state light

Install

npm install --save react-display-state

Usage

import React, { Component } from 'react'

import { DisplayState } from "react-display-state";

function Example(){
  return(
     <DisplayState
        title="Title"
        state={{ a: "1", b: "2" }} // replace with a react state
        expanded // optional
        renderCount // optional
        theme='light' // optional 'light' or 'dark'
      />
  )
}

License

MIT © mcapkovic

1.3.5

3 years ago

1.3.4

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago