npm.io
1.0.90 • Published 4 years ago

hashii-account

Licence
MIT
Version
1.0.90
Deps
4
Size
257 kB
Vulns
1
Weekly
0

hashii-account

Common Account with Hashii

NPM JavaScript Style Guide

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