hashii-account
v1.0.90
Published
Made with create-react-library
Downloads
152
Readme
hashii-account
Common Account with Hashii
Install
npm install --save hashii-account
Usage
import React, { Component } from 'react'
import HashiiAccount from 'hashii-account'
import 'hashii-account/dist/index.css'
class Example extends Component {
render() {
return <HashiiAccount />
}
}
Props
interface Props {
name?: string
logo?: string
from: string
hideExit?: boolean
}
License
MIT © inkkk0516