2.4.161049 • Published 5 years ago

@12stonechurch/react-native-material-initials v2.4.161049

Weekly downloads
1
License
-
Repository
github
Last release
5 years ago

React Native Material Initials

react-native-material-initials

Usage

<MaterialInitials
  style={{alignSelf: 'center'}}
  backgroundColor={'red'}
  color={'white'}
  size={100}
  text={'John Doe'}
  single={false}
/>

Installation

$ npm install --save @12stonechurch/react-native-material-initials

React Native

import MaterialInitials from '@12stonechurch/react-native-material-initials/native';

Props

KeyTypeDescription
textStringThe text to use to make initials
sizeNumberThe pixel height / width of the icon
colorStringOverride the text color with any valid CSS color value
singleBooleanWhether to only use a single initial or two
backgroundColorStringOverride the background color with any valid CSS color value