react-instagram-stories 1.1.0 → 1.1.1

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 +16 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,6 +5,22 @@ A high-performance, fully customizable Instagram-style Stories component for Rea
5
5
  [![NPM Version](https://img.shields.io/npm/v/react-instagram-stories.svg)](https://www.npmjs.com/package/react-instagram-stories)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
+ ## Preview
9
+
10
+ <p align="center">
11
+ <img src="public/screenshots/demo.gif" alt="React Instagram Stories — live demo" width="320" />
12
+ </p>
13
+
14
+ <p align="center">
15
+ <img src="public/screenshots/avatar-list.png" alt="Avatar list with story rings" width="100%" />
16
+ </p>
17
+
18
+ <p align="center">
19
+ <img src="public/screenshots/story-viewer.png" alt="Story viewer — image story" width="32%" />
20
+ &nbsp;&nbsp;
21
+ <img src="public/screenshots/story-poll.png" alt="Story viewer — interactive poll" width="32%" />
22
+ </p>
23
+
8
24
  ## Features
9
25
 
10
26
  - **Multiple Content Types**: Images, videos (with audio), text, and fully custom components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-instagram-stories",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "High-performance, fully customizable Instagram-style Stories component for React with TypeScript support",
5
5
  "author": "Ankit Jangir",
6
6
  "license": "MIT",