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.
- package/README.md +21 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,28 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/nexlide)
|
|
4
|
+
[](https://www.npmjs.com/package/nexlide)
|
|
5
|
+
[](https://github.com/ERPalmer/nexlide)
|
|
6
|
+
[](https://www.typescriptlang.org/)
|
|
7
|
+
[](https://tailwindcss.com/)
|
|
8
|
+
[](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.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"author": "Nexlide Team",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"private": false,
|