@acodez/profilepreviewsmall 中文文档教程
@acodez/profilepreviewsmall
使用自定义样式反应配置文件预览组件
Installation
npm install @acodez/profilepreviewsmall
< a name="propsapi">
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"/>
@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"/>