0.1.7 • Published 3 years ago

@inhibitor1217/react-swipeablepanel v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@inhibitor1217/react-swipeablepanel

Preview

Usage

$ yarn install @inhibitor1217/react-swipeablepanel

Example

import {
  SwipeablePanel,
  SwipeablePanelPageLabel,
  Axis,
} from "@inhibitor1217/react-swipeablepanel";

...

ReactDOM.render(
  <SwipeablePanel
    axis={Axis.horizontal}
    widgets={[SwipeablePanelPageLabel]}>
    {ids.map((id) => (
      <img src={`https://picsum.photos/id/${id}/200`} alt="image" key={id} />
    ))}
  </SwipeablePanel>,
  document.getElementById('swipeable_panel')
);
0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.3

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago