account-profile
v1.0.1
Published
Made with create-react-library
Readme
account-profile
Made with create-react-library
Install
npm install --save account-profileUsage
import React from 'react'
import { AccountProfile } from 'account-profile'
import 'account-profile/dist/index.css'
import 'bootstrap/dist/css/bootstrap.min.css';
const App = () => {
return <AccountProfile
ogsDomain="http://khanhhv.platform-ants.adxdev.vn"
networkId="169"
token="5474r2x214r26474z274y424848434u5t4s28494b4b4q5"
userId="1600001262" //User login
accountId="1600007655" //User get info
></AccountProfile>
}
export default App