Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 633 Bytes

File metadata and controls

30 lines (20 loc) · 633 Bytes

@openzeta/components

React components for Web3 & THETA blockchain

NPM JavaScript Style Guide

Install

npm install --save @openzeta/components

Usage

import React, { Component } from 'react'

import MyComponent from '@openzeta/components'
import '@openzeta/components/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT ©