0.1.7 • Published 5 years ago
@acodez/profilepreviewsmall v0.1.7
@acodez/profilepreviewsmall
react profile preview component with custom styles
Installation
npm install @acodez/profilepreviewsmallProps 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"/>