okconceptviewer

1.0.1 • Public • Published

okconceptviewer

  • OkConceptviewer can perform a function similar to that of var_dump in PHP: a way to show all of an object's properties (and values) on the screen quickly, usually in apps under development

  • The code is available on NPM and GitHub

  • okconceptviewer can be imported as React component:

    • First get the default export: import Okconceptviewer from "okconceptviewer"

    • Then use it to display an object in your component: return(<Okconceptviewer spreadsheetdata={{"name":"Mango", "type":"Quaker Parrot"}} />)

  • OkConceptviewer is an extraction of the SpreadsheetCoreRecursive component from OkConcept0

okcconcept0 logo with horse with sunglasses on

  • A version of the SpreadsheetCoreRecursive component is used to display objects in the OkConcept0 project

copyright 2019-2020 by Dan McKeown at pacificio released under ISC License

/okconceptviewer/

    Package Sidebar

    Install

    npm i okconceptviewer

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    45.5 kB

    Total Files

    10

    Last publish

    Collaborators

    • pacificpelican