@acodez/profilepreviewsmall

![npm_version](https://img.shields.io/npm/v/@acodez/profilepreviewsmall) ![license](https://img.shields.io/npm/l/@acodez/profilepreviewsmall)

Usage no npm install needed!

<script type="module">
  import acodezProfilepreviewsmall from 'https://cdn.skypack.dev/@acodez/profilepreviewsmall';
</script>

README

@acodez/profilepreviewsmall

npm_version license

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"/>