@acodez/profilepreviewsmall
v0.1.7
Published
![npm_version](https://img.shields.io/npm/v/@acodez/profilepreviewsmall) ![license](https://img.shields.io/npm/l/@acodez/profilepreviewsmall)
Downloads
101
Keywords
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="[email protected]"/>