0.1.7 • Published 4 years ago

@inhibitor1217/react-swipeablepanel v0.1.7

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

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.3

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago