joongrids3

1.0.0 • Public • Published

What is this?

Creates columns for images for developers.

Installation

Must have Bootstrap installed and must configure webpack

npm install bootstrap --save npm install @babel/plugin-proposal-class-properties --save Then..

npm install joonGrids --save

NumberOfImages (number) and the number of imageURLs (string separated by commas) must be the same, must specify the number of grid columns.

import {joonGrids} from "joonGrids"

joonGrids({
  numberOfImages: 4,
  imageURLs: "https://dummyimage.com/300, https://dummyimage.com/300, https://dummyimage.com/300, https://dummyimage.com/300",
  gridColumns: 3
})

Package Sidebar

Install

npm i joongrids3

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

1.95 kB

Total Files

3

Last publish

Collaborators

  • danieljoonkimm