2.0.5 • Published 4 years ago

fabrick-business v2.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

fabrick-business

Fabrick business module

NPM JavaScript Style Guide

Install

npm install --save fabrick-business

Usage

import React, { Component } from 'react'
import { makeBillsPanel, makePaymentsPanel, FabrickTab } from 'fabrick-core';
import { makeTitoliPanel } from 'fabrick-business';
import { data, data2, data3 } from './sampleData';
import 'fabrick-business/dist/styles.css' // apply the module styles with fallback to fabrick-core.

class Example extends Component {

  const Bills = makeBillsPanel(data);
  const Payments = makePaymentsPanel(data2);
  const Titoli = makeTitoliPanel(data3);

  render() {
    return <FabrickTab panels={[Bills, Payments, Titoli]] />
  }

}
2.0.5

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago