nexlide 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +21 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,28 @@
1
+ ![Nexlide Logo](https://nexlide.netlify.app/assets/logo-full.png)
2
+
3
+ [![npm version](https://img.shields.io/npm/v/nexlide?style=flat-square&logo=npm&logoColor=white&color=crimson)](https://www.npmjs.com/package/nexlide)
4
+ [![npm downloads](https://img.shields.io/npm/dm/nexlide?style=flat-square&logo=npm&logoColor=white&color=blue)](https://www.npmjs.com/package/nexlide)
5
+ [![GitHub](https://img.shields.io/badge/GitHub-Repo-black?style=flat-square&logo=github&logoColor=white)](https://github.com/ERPalmer/nexlide)
6
+ [![TypeScript](https://img.shields.io/badge/TypeScript-5.x-blue?style=flat-square&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
7
+ [![Tailwind CSS](https://img.shields.io/badge/Tailwind%20CSS-3.x-blue?style=flat-square&logo=tailwind-css&logoColor=white)](https://tailwindcss.com/)
8
+ [![Framer Motion](https://img.shields.io/badge/Framer%20Motion-11.x-8855FF?style=flat-square&logo=framer&logoColor=white)](https://www.framer.com/motion/)
9
+
10
+
1
11
  # Nexlide
2
12
 
3
13
  A modern, lightweight, and fully customizable React carousel component built with **Framer Motion** for smooth animations and **Tailwind CSS** for flexible styling.
4
14
 
15
+ ## Features
16
+
17
+ - Smooth slide transitions (fade, slide left/right/top/bottom)
18
+ - Independent caption animations (title + description)
19
+ - Responsive design
20
+ - Lazy loading images
21
+ - ARIA accessible
22
+ - Dark mode compatible
23
+ - No external CSS import required (uses Tailwind classes inline)
24
+ - Others in development process
25
+
5
26
  ## Supports
6
27
 
7
28
  - Autoplay with configurable interval
@@ -13,16 +34,6 @@ A modern, lightweight, and fully customizable React carousel component built wit
13
34
  - Fully customizable styles via className props
14
35
  - Designed for seamless integration with **Next.js** (App Router) and any React project
15
36
 
16
- ## Features
17
-
18
- - Smooth slide transitions (fade, slide left/right/top/bottom)
19
- - Independent caption animations (title + description)
20
- - Responsive design
21
- - Lazy loading images
22
- - ARIA accessible
23
- - Dark mode compatible
24
- - No external CSS import required (uses Tailwind classes inline)
25
-
26
37
  ## Installation
27
38
 
28
39
  ```bash
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nexlide",
3
3
  "description": "Nexlide is a modern, lightweight, and fully customizable React carousel component built with Framer Motion for smooth animations and Tailwind CSS for flexible styling.",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "author": "Nexlide Team",
6
6
  "license": "MIT",
7
7
  "private": false,