0x-instant-component 中文文档教程

发布于 6年前 浏览 19 项目主页 更新于 3年前

0x-instant-component

即插即用 0x Instant 组件。

TODO

  • Add props for supported tokens
  • Add props for fees
  • Maybe find a better way to inject script

Usage

npm install 0x-instant-component

简单的App.js 示例:

import React, { Component } from 'react';
import Instant from '0x-instant-component';

class App extends Component {
  render() {
    return (
      <div>
        <Instant />
      </div>
    );
  }
}

export default App;

0x-instant-component

A plug and play 0x Instant component.

TODO

  • Add props for supported tokens
  • Add props for fees
  • Maybe find a better way to inject script

Usage

npm install 0x-instant-component

Example bare bones App.js:

import React, { Component } from 'react';
import Instant from '0x-instant-component';

class App extends Component {
  render() {
    return (
      <div>
        <Instant />
      </div>
    );
  }
}

export default App;
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文