https://github.com/andresmichel/react-native-avatar-ui
React Native Avatar Component
https://github.com/andresmichel/react-native-avatar-ui
avatar react-native
Last synced: 3 months ago
JSON representation
React Native Avatar Component
- Host: GitHub
- URL: https://github.com/andresmichel/react-native-avatar-ui
- Owner: andresmichel
- License: mit
- Created: 2019-05-06T15:41:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-27T16:26:00.000Z (about 7 years ago)
- Last Synced: 2025-03-01T00:36:08.500Z (over 1 year ago)
- Topics: avatar, react-native
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-avatar-ui
## Getting Started
- [Installation](#installation)
- [Properties](#properties)
### Installation
```bash
$ npm install react-native-avatar-ui
```
### Properties
| Prop | Default | Type | Description |
| :------------ |:---------------:| :---------------:| :-----|
| size | 64 | `number` | Size for this component. |
| letter | "" | `string` | Placeholder letter. |
| source | undefined | `string` | The image source (either a remote URL or a local file resource). |