1.0.0 • Published 1 year 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-sdkor
yarn add react-liquide-sdkUsage
import React from 'react';
import { LiquideTrades } from 'react-liquide-sdk';
export const Screen = () => {
return (
<div>
<LiquideTrades />
</div>
);
};License
MIT © liquide-life
1.0.0
1 year ago