0.0.2 • Published 10 months ago

swiperified v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
10 months 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

10 months ago

0.0.1

10 months ago

0.0.0

10 months ago