@logisticinfotech/react-native-grid
Version:
Grid Layout library for React Native
38 lines (26 loc) • 1.28 kB
Markdown
<p align="left">
<a href="https://www.npmjs.com/package/@logisticinfotech/react-native-grid"><img alt="npm version" src="https://img.shields.io/badge/npm-v1.0.0-green.svg"></a>
<a href="https://www.npmjs.com/package/@logisticinfotech/react-native-grid"><img src="https://img.shields.io/badge/downloads-%3E1K-yellow.svg"></a>
<a href="https://www.npmjs.com/package/@logisticinfotech/react-native-grid"<><img src="https://img.shields.io/badge/license-MIT-orange.svg"></a>
</p>
### React Native horizontal date picker
## Npm repo
https://www.npmjs.com/package/@logisticinfotech/react-native-grid
## Git repo
https://github.com/logisticinfotech/react-native-grid
# Guide
<!-- # Installation and Usage
Please check this blog for installation and usage [this link]() -->

## Properties
### Basic
#### For Container
| Prop | Default | Type | Description |
| ------ | -------- | ----- | ------------- |
| width | Screen Width | `Number` | Width of the container. |
| height | Screen Height | `Number` | Height of the container. |
#### For Square
| Prop | Default | Type | Description |
| ------ | -------- | ----- | ------------- |
| width | Screen Width | `Number` | Width of the square. |
| height | Screen Height | `Number` | Height of the square. |