1.1.8 • Published 2 years ago

@codecraftkit/imagegallery v1.1.8

Weekly downloads
8
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.1

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.13-alpha.0

4 years ago

1.0.12-alpha.0

4 years ago

1.0.10-alpha.0

4 years ago

1.0.9-alpha.0

4 years ago

1.0.8-alpha.0

5 years ago

1.0.7-alpha.0

5 years ago

1.0.6-alpha.0

5 years ago

1.0.4-alpha.0

5 years ago

1.0.5-alpha.0

5 years ago

1.0.2-alpha.0

5 years ago

1.0.1-alpha.0

5 years ago