1.0.0 • Published 11 months ago

react-liquide-sdk v1.0.0

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

react-liquide-sdk

Made with love by Liquide

NPM JavaScript Style Guide

Overview

react-liquide-sdk is a React SDK created by Liquide to provide seamless integration with Liquide's trading functionalities. This SDK enables developers to easily embed Liquide's trading components into their React applications.

Installation

Install the SDK using npm:

Install

npm install react-liquide-sdk

or

yarn add react-liquide-sdk

Usage

import React from 'react';
import { LiquideTrades } from 'react-liquide-sdk';

export const Screen = () => {
  return (
    <div>
      <LiquideTrades />
    </div>
  );
};

License

MIT © liquide-life