@foqum/flowtag-render
TypeScript icon, indicating that this package has built-in type declarations

1.0.55 • Public • Published

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 i
micarpetadeproyectos>flowtag-render> npm link

use the dependency link in flowtag_react

micarpetadeproyectos>flowtag_react> npm link flowtag-render
micarpetadeproyectos>flowtag_react> npm i

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 ©

Readme

Keywords

none

Package Sidebar

Install

npm i @foqum/flowtag-render

Weekly Downloads

42

Version

1.0.55

License

MIT

Unpacked Size

713 kB

Total Files

122

Last publish

Collaborators

  • adrianicv
  • stradivari96
  • titoserch
  • sirvent