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

9 years ago

0.0.10

9 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago