1.0.0 • Published 11 months ago
react-liquide-sdk v1.0.0
react-liquide-sdk
Made with love by Liquide
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
1.0.0
11 months ago