1.0.5-8 • Published 1 year ago
@oraichain/oraidex-widget v1.0.5-8
Overview
This repository provides Widget code for Oraidex of Oraichain.
Installation
import { SwapProps, SwapWidget } from "@oraichain/oraidex-widget";
export default function App() {
const config = {
...
}
return (
<>
<SwapWidget {...config} />
</>
);
}
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Happy comment