0.0.2 • Published 2 years ago

swiperified v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago