0.0.1-alpha.2 • Published 1 year ago

thx-portal-prototype v0.0.1-alpha.2

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

THX Portal Prototype

import { Inspector } from 'thx-portal-prototype'

function Main () {
  return <Inspector
    prototype={...}
    defaultValues={...}
    onChange={(nextValues) => {
      console.log(nextValues)
    }}
  />
}