0.0.2 • Published 1 year ago

swiperified v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

swiperified

A package for creating cards that can be swiped/dragged up/down.

Note: This package is still in development.

Usage

import { Swiper } from "swiperified";

const App = () => {
	return <Swiper items={5} />;
};  

export default App;
0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago