Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
deguchi committed Apr 8, 2022
1 parent 9eced89 commit fbe1571
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ https://github.com/CALIL/hiradumi/tree/master/example
npm install github:CALIL/hiradumi#master
```

### 概念

- Hiradumi 領域全体
- Row 1行
- Item 表示するアイテム

### 利用ライブラリ

大量のデータ表示のために[react-window](https://github.com/bvaughn/react-window)[VariableSizeList](https://react-window.vercel.app/#/api/VariableSizeList)を利用

### プロパティ

| プロパティ || 説明 |
Expand All @@ -47,8 +57,9 @@ npm install github:CALIL/hiradumi#master
| footerComponent | number | footerコンポーネントの高さ(px) |
| innerStyle | css | Hiradumi内のreact-windowに追加するCSS |

- items Itemの配列データ
     画像のアスペクト比(width/height)が必須
- items
Itemの配列データ
  画像のアスペクト比(aspect=width/height)が必須

```
interface Item {
Expand Down

0 comments on commit fbe1571

Please sign in to comment.