Skip to content

torst/react-native-ui-lib

 
 

Repository files navigation

react-native-ui-lib (WIP - Stay Tuned) Build Status

UI Components Library for React Native

Components

  • Avatar
  • Badge
  • Basic List
  • Button
  • Card
  • Connection Status Bar
  • List Item
  • Grid List
  • State Screen
  • Loader Screen
  • Page Control
  • Picker
  • Stepper
  • Text

Helpers

AvatarHelpers

getInitials

usage:

import {AvatarHelper} from 'react-native-ui-lib';

AvatarHelper.getInitials('Lilly Wheeler'); // LW
AvatarHelper.getInitials('Russell Lloyd'); // RL
AvatarHelper.getInitials('Andrew'); // A

Colors

rgba (for hex colors)

usage:

import {Colors} from 'react-native-ui-lib';

Colors.rgba('#ff2442', 0.05); // 'rgb(255, 36, 66, 0.05)'

Dependecies

  • react-native-animatable
  • react-native-blur (Picker)

About

UI Components Library for React Native

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.8%
  • Java 7.1%
  • Objective-C 4.7%
  • Other 1.4%