Gathering detailed insights and metrics for @egjs/react-grid
Gathering detailed insights and metrics for @egjs/react-grid
Gathering detailed insights and metrics for @egjs/react-grid
Gathering detailed insights and metrics for @egjs/react-grid
A component that can arrange items according to the type of grids
npm install @egjs/react-grid
Typescript
Module System
Node Version
NPM Version
1.16.0 Release (2024-07-02)
Updated on Jul 02, 2024
1.14.2 Release (2023-08-03)
Updated on Aug 03, 2023
1.14.1 Release (2023-05-26)
Updated on May 26, 2023
1.13.0 Release (2023-03-13)
Updated on Mar 13, 2023
1.11.2 Release (2022-12-30)
Updated on Dec 30, 2022
1.11.0 Release (2022-07-26)
Updated on Jul 26, 2022
TypeScript (73.79%)
HTML (13.95%)
JavaScript (4.12%)
Vue (3.33%)
MDX (2.19%)
Svelte (2.09%)
CSS (0.53%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
305 Stars
116 Commits
17 Forks
10 Watchers
4 Branches
15 Contributors
Updated on Jul 13, 2025
Latest Version
1.18.0
Package Id
@egjs/react-grid@1.18.0
Unpacked Size
84.77 kB
Size
16.21 kB
File Count
63
NPM Version
10.8.2
Node Version
20.19.2
Published on
Jul 03, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
28
A React component that can arrange items according to the type of grids.
![]() | ![]() | ![]() | ![]() |
---|---|---|---|
MasonryGrid | JustifiedGrid | FrameGrid | PackingGrid |
Download dist files from repo directly or install it via npm.
1$ npm install @egjs/react-grid
1import { MasonryGrid, JustifiedGrid, FrameGrid, PackingGrid } from "@egjs/react-grid"; 2 3<MasonryGrid 4 className="container" 5 gap={5} 6 defaultDirection={"end"} 7 align={"justify"} 8> 9 <div className={"item"}>1</div> 10 <div className={"item"}>2</div> 11 <div className={"item"}>3</div> 12 <div className={"item"}>4</div> 13 <div className={"item"}>5</div> 14 <div className={"item"}>6</div> 15 <div className={"item"}>7</div> 16 <div className={"item"}>8</div> 17 <div className={"item"}>9</div> 18 <div className={"item"}>10</div> 19</MasonryGrid>
# Install the dependency modules.
$ npm install
npm start
Run storybook
for development.
Open http://localhost:6007 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm build
Use npm script to build Grid
1# Build 2$ npm run build
If you find a bug, please report to us opening a new Issues on GitHub.
egjs-grid is released under the MIT license.
Copyright (c) 2021-present NAVER Corp.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 11/26 approved changesets -- score normalized to 4
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
180 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More