@ufx-ui/bfx-containers

0.16.0 • Public • Published

@ufx-ui/bfx-containers

UI components connected with bitfinex apis

Installation

npm install @ufx-ui/bfx-containers --save

Usage

// App.js
import React, { Component } from "react";

import { StoreProvider } from "@ufx-ui/bfx-containers";
import "~@ufx-ui/bfx-containers/dist/css/ufx-bfx-containers.css";

import Example from "./Example";

class App extends Component {
  render() {
    return (
      <StoreProvider>
        <Example />
      </StoreProvider>
    );
  }
}
// Example.js
import React, { Component } from "react";

import { TickerContainer } from "@ufx-ui/bfx-containers";

class Example extends Component {
  render() {
    return <TickerContainer />;
  }
}

License

Apache-2.0

Readme

Keywords

none

Package Sidebar

Install

npm i @ufx-ui/bfx-containers

Weekly Downloads

6

Version

0.16.0

License

Apache-2.0

Unpacked Size

4.39 MB

Total Files

338

Last publish

Collaborators

  • bhoomij