Skip to content

k2pme/animatedRowImages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

animatedRowImages

A React component for displaying animated images with smooth and customizable CSS effects. Perfect for enhancing your user interfaces with elegant animations.

Installation

git clone https://github.com/k2pme/animatedRowImages.git

or check out the HTML version on codepen here πŸ‘‰πŸΎ Animated row images your can let me a react it's free 😁

Folder Structure

  β”œβ”€β”€ components
  β”‚Β Β  β”œβ”€β”€ Galery.js
  β”‚Β Β  └── style.css
  β”œβ”€β”€ index.js
  └── README.md

Props

images : []

Your images list

there are 4 defaults images, pick from Pinterest, which I've absolute not rights for

Example

import Galery from './components/animatedRowImages';

function MyScreen() {

  return (
    <div>
        <Galery/>
    </div>
  );
  
}

export default MyScreen;

Feel free to improve the components, it's not perfect I don't take you that fact 🀣

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published