react-native-ui-lib
TypeScript icon, indicating that this package has built-in type declarations

0.0.23 • Public • Published

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
  • TextInput

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

usage:

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

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

Dependecies

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-native-ui-lib@0.0.23

Version

0.0.23

License

MIT

Last publish

Collaborators

  • artald
  • rotemmiz
  • ethanshar
  • ethan.shar
  • wix.mobile
  • inbaltish