ray-flmc-core
TypeScript icon, indicating that this package has built-in type declarations

1.5.5 • Public • Published

lite-renderer

NPM JavaScript Style Guide

Install

npm install --save lite-renderer

Local Test

first, install yalc globally

npm install -g yalc

then run below command in lite-renderer project:

npm run publish:local

finally, add published package in yalc store to your target project:

yalc add ray-flmc-core

Usage

import * as React from "react";

import MyComponent from "lite-renderer";

class Example extends React.Component {
  render() {
    return <MyComponent />;
  }
}

License

MIT © SahandAkbarzadeh

Readme

Keywords

none

Package Sidebar

Install

npm i ray-flmc-core

Weekly Downloads

0

Version

1.5.5

License

MIT

Unpacked Size

769 kB

Total Files

389

Last publish

Collaborators

  • rayvarz