Introduction

Getting started with ReuseMotion Library

Get started

ReuseMotion Library helps you build Web applications and Landing Pages Faster. It is designed for Next js and Tanstack. But can be Run smoothly with Simple React application.

Installation

Almost all components can be copy pasted and they will work with just TailwindCss and cn utility function. But the components

1. install utilities

All components use Tailwind CSS, so ensure it's installed in your project. Many components also use the cn utility function—install it with the following command:

2. That's it

You can now copy paste any components, each component are standalone which mean you don't any additional dependencies

Simply copy and paste the components you'd like and add it to your project

3. Optionnal dependencies

Some Components use Framer motion and Motion and Gsap. But the components that uses any other dependencies apart from TailwindCSS will be mentioned below the component details. But if you still want to install those now install these two that are majorly used in all components.

npm install framer-motion lucide-react react-icons gsap

On this page