@ticmakers-react-native/text-avatar
v1.0.1
Published
TIC Makers - React Native Text Avatar
Downloads
5
Maintainers
Readme
TIC Makers - React Native Text Avatar
React native component for text avatar.
Powered by TIC Makers
Demo
Install
Install @ticmakers-react-native/text-avatar
package and save into package.json
:
NPM
$ npm install @ticmakers-react-native/text-avatar --save
Yarn
$ yarn add @ticmakers-react-native/text-avatar
How to use?
import React from 'react'
import TextAvatar from '@ticmakers-react-native/text-avatar'
export default class App extends React.Component {
render() {
return (
<TextAvatar title="TA" />
)
}
}
Properties
| Name | Type | Default Value | Definition | | ---- | ---- | ------------- | ---------- | | ---- | ---- | ---- | ----
Todo
- Test on iOS
- Improve and add new features
- Add more styles
- Create tests
- Add new props and components in readme
- Improve README