LumaSlide - React Component Library
LumaSlide is a modern, creative component library built with React. It includes sliders, navigation, and pagination features with unique transitions.
🎯 Features
Sliders
- Flux
- Perspective
- DualPanel
Navigation
- Boost
Pagination
- FlatPager
- Elegant
🔧 Installation
git clone https://github.com/olcayeryigit/LumaSlideReact.git
cd luma-react
npm install
npm run dev
📦 Usage
Each component is modular. For best results, test one at a time.
Simply copy the component folder you want into your project:
src/
└── components/
    └── dual-panel
Then, import and use in your code:
import DualPanel from "./components/dual-panel/DualPanel";
function App() {
  return (  <DualPanel />);
}
🔗 GitHub Repository
The full source code of the LumaSlide component library is publicly available on GitHub. You can explore, fork or clone the repository using the link below:
View on GitHub