jsonx
    Preparing search index...

    Function getReactElementFromJSON

    • converts a json object {type,props,children} into a react element

      Parameters

      • __namedParameters: JSONReactElement

      Returns ReactElementLike

      React element via React.createElement

      jsonx.getReactElementFromJSON({type:'div',props:{title:'some title attribute'},children:'inner html text'})