@cerberus-ds/user-account
v1.0.0
Published
## Installation
Downloads
1
Readme
Cerberus => User Account
Installation
yarn add @cerberus-ds/user-account
# or
npm i @cerberus-ds/user-account
Importing Component
import {
UserAccount
} from '@cerberus-ds/user-account'
Usage
<UserAccount
email='[email protected]'
imgSrc=''
username='akosipc'
/>
This component also takes ChakraUI's default props. You can easily change the component's background and sizing
<UserAccount
bg='teal.300'
padding='8px'
email='[email protected]'
imgSrc='https://www.placecage.com/c/300/300'
username='akosipc'
/>