0.2.6 • Published 11 months ago

@hamary/slideshow v0.2.6

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
11 months ago

React slideshow

Example

import '@hamary/slideshow/style'
import Slideshow from '@hamary/slideshow'

const App = () => {
  return (
    <div>
      <Slideshow
        images={
          [
            {
              src: 'https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Cat_August_2010-4.jpg/1200px-Cat_August_2010-4.jpg',
            },
            {
              src: 'https://tiheisennnokanatahe.c.blog.ss-blog.jp/_images/blog/_a3f/tiheisennnokanatahe/chuni013-f73b8.jpg',
              alt: 'Cat image',
            },
          ]
        }
        classes='cursor-pointer block mx-auto w-full border border-solid border-black max-w-full'
      />
    </div>
  )
}

export default App

Version

  • node v21.7.1
  • pnpm v8.15.5
0.2.6

11 months ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.5

11 months ago

0.2.4

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago