Skip to content

Feature Request: Easy configurable view with json IO #1

@You-J

Description

@You-J
const data = {
    "platform": [
        {
            "name": "Flutter"
        },
        {
            "name": "React"
        }
    ]
    "language": ["jsx", "tsx"]
}

<CodeLikeView
  lang={"jsx"} // defaults to js - "js" | "dart" | "paython" | LanguageConfig
  controls={data}
  onChange={(data) => {
      //
  }}
/>;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions