# @anctech/grid

> ReactJs grid styled by Bootstrap

Latest version **1.0.3** (published 2020-10-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install @anctech/grid
pnpm add @anctech/grid
yarn add @anctech/grid
bun add @anctech/grid
```

Provides the command `grid`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2020-10-04 |
| First published | 2020-10-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 10.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Ryan Zhang |
| Maintainers | ryanzhangau |
| Keywords | AnctechGrid, Anctech, grid, react grid |

## Links

- npm: https://www.npmjs.com/package/@anctech/grid
- Repository: https://github.com/ryanzhangau/quickassist
- Homepage: https://ryanzhangau.github.io/
- Issues: https://github.com/ryanzhangau/quickassist/issues
- npm.io page: https://npm.io/package/@anctech/grid

## Dependencies (2)

- [react](https://npm.io/package/react.md) ^16.13.1
- [react-dom](https://npm.io/package/react-dom.md) ^16.13.1

## Alternatives

- [@lexical/table](https://npm.io/package/@lexical/table.md) — 3.0M weekly downloads
- [mantine-datatable](https://npm.io/package/mantine-datatable.md) — 98.2K weekly downloads
- [react-native-collapsible-tab-view](https://npm.io/package/react-native-collapsible-tab-view.md) — 70.6K weekly downloads
- [@handsontable/vue3](https://npm.io/package/@handsontable/vue3.md) — 16.1K weekly downloads
- [vuewordcloud](https://npm.io/package/vuewordcloud.md) — 7.2K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2020-10-04
- 1.0.1 — 2020-10-04
- 1.0.0 — 2020-10-04

## README

## @anctech/grid

### Usage

```
<AnctechRow vAlign='start' hAlign={{xs: 'start', md: 'center', lg: 'end'}} colsPerRow={{xs: 3, md: 4, lg: 5}}>
  <AnctechCols colSize={3} selfAlign='start' offset={{xs: 3, lg: 6}}>
    {other contents}
  </AnctechCols>
</AnctechRow>
```

### Props

###### colsPerRow (optional)

Type: object
Description: colsPerRow sets many column displaying on each row for different screen size.

###### hAlign (optional)

Type: object
Description: hAlign sets horizontal alignment for different screen size.

###### vAlign (optional)

Type: 'start' | 'center' | 'end'
Description: vAlign sets vertical alginment.

###### colSize (optional)

Type: number | object
Description: colSize sets size for each column for different screen size.

###### selfAlign (optional)

Type: 'start' | 'center' | 'end'
Description: selfAlign sets vertical alignment for signle column.

###### offset (optional)

Type: object
Description: offset sets offest for a column.

---
_Source: https://npm.io/package/@anctech/grid · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
