https://github.com/dxcweb/react-jiugongge
react版本的九宫格
https://github.com/dxcweb/react-jiugongge
Last synced: about 1 year ago
JSON representation
react版本的九宫格
- Host: GitHub
- URL: https://github.com/dxcweb/react-jiugongge
- Owner: dxcweb
- Created: 2016-11-03T06:23:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T01:40:31.000Z (over 9 years ago)
- Last Synced: 2025-05-07T21:07:16.360Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://github.dxcweb.com/react-jiugongge/
- Size: 13.7 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
垂直间距