All Projects → hicay → react-native-text-avatar

hicay / react-native-text-avatar

Licence: other
React Native component for a text avatar

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-native-text-avatar

mk-letter-avatar
🅰 WordPress 字母头像插件(纯前端实现版) WordPress letter avatar plugin
Stars: ✭ 42 (+61.54%)
Mutual labels:  letter-avatar
ng-person
A universal avatar component for Angular 2+ applications that generates truly unique colored letter avatar based on provided name.
Stars: ✭ 19 (-26.92%)
Mutual labels:  letter-avatar
vue-letter-avatar
A simple and elegant letter avatar component for vue.js
Stars: ✭ 62 (+138.46%)
Mutual labels:  letter-avatar

React Native Text Avatar

Text avatar for the given string like gmail

Installation

npm install react-native-text-avatar --save
or
yarn add react-native-text-avatar

Example Usage

<TextAvatar
 backgroundColor={'#ffff00'}
 textColor={'#0000ff'}
 size={60}
 type={'circle'} // optional
>John Doe</TextAvatar>

Configuration

Property Type Default Description Example
backgroundColor string '#333' Container Background Color '#ccc'
textColor string '#fff' Text Color '#000'
size number 60 Avatar Size 100
type string none Type of Avatar Optional values are: circle, hexagon 'circle'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].