fbo-react-lib

1.0.0 • Public • Published

Installation

Using NPM:

npm install fbo-react-lib

This is a Simple Component that extends FBO's component

Usage

import React from 'react';

import { Component } from 'fbo-react-lib';

class MyApp extends Component {
  render() {
    return (
      <>
        Hello world!
      </>
    );
  }
}

export default MyApp;

Readme

Keywords

Package Sidebar

Install

npm i fbo-react-lib

Weekly Downloads

2

Version

1.0.0

License

Apache-2.0

Unpacked Size

455 kB

Total Files

55

Last publish

Collaborators

  • cre-mer
  • fbogmbh