Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 373 Bytes

Design.md

File metadata and controls

18 lines (13 loc) · 373 Bytes

describes design of components

InputPanel

  • props:
  • state: text input by the user.

ConvertPanel

  • props:
    • text: any text
    • callback: to send the prettified json back to parent component.
  • state:
  • trigger: on button click, generate the prettified json and invoke callback

OutputPanel

  • props: pretty json text.
  • state: