1.0.1 • Published 4 months ago

llm-layer-trading v1.0.1

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

LLM Layer - LLM Layer trading view

Installation

You can install this demo UI library using yarn:

yarn add llm-layer-trading

Usage

To use this UI library in your project, import the components you need from the library and use them in your React components.

import React from "react";
import { TVCharContainer } from "llm-layer-trading";

function App() {
  return (
    <div>
      <TVChartContainer
        theme="light"
        currentPair={{
            symbol: 'USDT/USD',
            tokenId: 'tether-pulsechain'
        }}
      />
    </div>
  );
}

export default App;

Steps

  • Fork the repository.
  • Clone the repository to your local machine.
  • Install the dependencies using yarn.
  • View the components in the browser using yarn storybook.
  • Make your changes.
  • Build the library using yarn build.
  • Commit the changes and push them to your forked repository.
  • Publish the package on npm.
  • Install and use the package in your project.
1.0.1

4 months ago

1.0.0

4 months ago