1.0.7 • Published 3 years ago

flowtag-render v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

flowtag-render

NPM JavaScript Style Guide

Install

npm i @foqum/flowtag-render

Install local dependency

Assuming both projects (flowtag_react, flowtag-render) are at the same height

micarpetadeproyectos>flowtag_react>
micarpetadeproyectos>flowtag-render>

Link the dependency

micarpetadeproyectos>flowtag-render> npm link

use the dependency link in flowtag_react

micarpetadeproyectos>flowtag_react> npm link flowtag-render

Use the react library in both projects

micarpetadeproyectos>flowtag-render> npm link ../flowtag_react/node_modules/react

Usage

import React, { Component } from "react";

import { FlowtagRenderController } from "flowtag-render";

const App = () => {
  return <div>{FlowtagRenderController()}</div>;
};

License

MIT ©