react-liquide-sdk
v1.0.0
Published
Liquide React SDK
Downloads
3
Maintainers
Readme
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