0.0.2 • Published 11 months ago

swiperified v0.0.2

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

11 months ago

0.0.1

11 months ago

0.0.0

11 months ago