README
@acodez/profilepreviewsmall
react profile preview component with custom styles
Installation
npm install @acodez/profilepreviewsmall
Props API
Property | Type | Required | Default value | Description |
---|---|---|---|---|
profileimage | string |
no | `` | icon image |
title1 | string |
no | `` | Title one |
title2 | string |
no | `` | Title two |
Usage
import Profilepreviewsmall from "@acodez/profilepreviewsmall";
<Profilepreviewsmall profileimage={image} title1="Erric Hoffman" title2="erric@gmail.com"/>