1.1.0 • Published 8 months ago

scrollbun v1.1.0

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

Scrollbun

Scrollbun is a lightweight and customizable React component that allow you effortlessly create horizontal scrolling container for your app.

cover gif image

Installation

To install dependencies:

npm install scrollbun
bun install scrollbun

Usage

Here's an example of usage:

import Scrollbun from 'scrollbun'

function App() {
  return (
    <Scrollbun style={{ width: '500px' }}>
      <div style={{ width: '500px', height: '300px' }} />
      <div style={{ width: '500px', height: '300px' }} />
    </Scrollbun>
  )
}

Props

Contributors ✨

LICENSE

MIT

This project was created using bun init in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.

1.1.0

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago