1.1.8 • Published 12 months ago

@codecraftkit/imagegallery v1.1.8

Weekly downloads
8
License
MIT
Repository
github
Last release
12 months ago

photogridandaction

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save @codecraftkit/photogridandaction

Usage

import React, { useState } from 'react'
import ImageGallery from "@codecraftkit/imagegallery";


const Test = () => {
    const [files,setFiles] = useState([])
    
    return (
        <ImageGallery 
            images={images} 
            state={files} 
            submitState={setFiles} 
            limit={4}
            removeAlbumImages
            removeAgencyImages
            removeImageAction={(image)=>console.log(image)} 
         />
        =)
}

License

MIT © CodeCraft

1.1.8

12 months ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.1

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.23

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.13-alpha.0

3 years ago

1.0.12-alpha.0

3 years ago

1.0.10-alpha.0

3 years ago

1.0.9-alpha.0

3 years ago

1.0.8-alpha.0

3 years ago

1.0.7-alpha.0

3 years ago

1.0.6-alpha.0

3 years ago

1.0.4-alpha.0

3 years ago

1.0.5-alpha.0

3 years ago

1.0.2-alpha.0

4 years ago

1.0.1-alpha.0

4 years ago