1.0.18 • Published 10 years ago
tabtor-ui v1.0.18
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.gitUsage
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 frompurecomponents).
TODO
- Document components.