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

1.0.7 • 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 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 ©

Readme

Keywords

none

Package Sidebar

Install

npm i flowtag-render

Weekly Downloads

5

Version

1.0.7

License

MIT

Unpacked Size

379 kB

Total Files

102

Last publish

Collaborators

  • titoserch