mui-fb-photo-grid
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

mui-fb-photo-grid

NPM JavaScript Style Guide Release

Demo

demo mui-fb-photo-grid

Install

npm install --save mui-fb-photo-grid
or
yarn add mui-fb-photo-grid

Usage

import { IMuiFbPhotoGridImage, MuiFbPhotoGrid } from 'mui-fb-photo-grid';

const IMAGES:IMuiFbPhotoGridImage[] = [
    {
    title: '...', // require
    img: 'https://my-image', // require
    imgThumbnail: 'https://my-thumbnail-image', // optional
  },
  {
    title: '...',
    img: 'https://my-image',
    imgThumbnail: 'https://my-thumbnail-image',
  },
  {
    title: '...',
    img: 'https://my-image',
    imgThumbnail: 'https://my-thumbnail-image',
  }
  //......
]

<MuiFbPhotoGrid
  images={IMAGES} // require
  reactModalStyle={{overlay: { zIndex: 2000 }}} // optional (https://github.com/reactjs/react-modal#styles)
/>;

License

MIT © CodingByJerez website

Package Sidebar

Install

npm i mui-fb-photo-grid

Weekly Downloads

66

Version

1.2.3

License

MIT

Unpacked Size

73.8 kB

Total Files

11

Last publish

Collaborators

  • codingbyjerez