
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
ihere-image-grid
Advanced tools
A beautifully featured image grid library for React which represents the images just like the facebook grid images with the count for extra as well
An image library that's used to show the images in beautiful grids.
Below you will find some information on how to perform common tasks.
v0.1.5
Run the following
npm install react-fb-image-grid
or
yarn add react-fb-image-grid
import FbImageLibrary from 'react-fb-image-grid'
<FbImageLibrary images={[]}/>
| Props | Type | Default | Example |
|---|---|---|---|
| images | Array (String) | required | {['https://some-url.com/image.jpg', importedImage]} //Local image should be imported first |
| countFrom | Number | 5 | {2} //Should be from 1 to 5 |
| hideOverlay | Boolean | false | {true} |
| renderOverlay | Function | () => 'Preview Image' | {() => <button>Show Image</button>} |
| overlayBackgroundColor | String | #222222 | 'green' or '#000000' or 'rgb(255, 26, 26)' |
| onClickEach | Function | null | {({src, index}) => {}} |
Feel free to make Pull Requests for your feature/fix. To run the project, run
npm install
or
yarn
then
npm start
FAQs
A beautifully featured image grid library for React which represents the images just like the facebook grid images with the count for extra as well
We found that ihere-image-grid demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.