0.0.12 • Published 8 years ago

react-native-material-initials v0.0.12

Weekly downloads
64
License
-
Repository
github
Last release
8 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 react-native-material-initials

React Native

import MaterialInitials from '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
0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago