tabtor-ui
v1.0.18
Published
Reusable Tabtor react-native UI library.
Downloads
2
Readme
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 frompure
components).
TODO
- [ ] Document components.