1.0.18 • Published 9 years ago

tabtor-ui v1.0.18

Weekly downloads
6
License
-
Repository
github
Last release
9 years ago

Tabtor's react-native-ui

Reusable Tabtor react-native UI library.

Installation

This project uses ES6 syntax, including ES6 modules.

npm install --save https://github.com/PrazAs/react-native-ui.git

Usage

Component documentation coming soon...

Project Structure

This project exports a flat library of reusable components. Internally, components are organized into the following categories:

  • static: Funtionally-pure UI components configured with simple scalar/value prop types. This category excludes components that display any Tabtor-specific models.
  • pure: Functionally-pure UI components configured with Tabtor-specific models.
  • impure: Functionally-impure UI components (though these are generally discouraged, they should be kept separate from pure components).

TODO

  • Document components.