An open API service indexing awesome lists of open source software.

https://github.com/dxcweb/react-jiugongge

react版本的九宫格
https://github.com/dxcweb/react-jiugongge

Last synced: about 1 year ago
JSON representation

react版本的九宫格

Awesome Lists containing this project

README

          

# react-jiugongge
react版本的九宫格
## install

```
npm install react-jiugongge --save
```
## Development

```
npm install
npm start
```
## Example
[http://github.dxcweb.com/react-jiugongge/](http://github.dxcweb.com/react-jiugongge/ "http://github.dxcweb.com/react-jiugongge/")

## Usage
import Jiugongge, {JiugonggeItem} from 'react-jiugongge';
...

1
2
3
4
5
6
7
8

## API



Name
Type
Default
Description


border
String
null



column
Int
5



height
Any
null
height='100px' 或者 height='width' 高等于宽


horizontalSpacing
String
null
水平间距


verticalSpacing
String
null
垂直间距