react-guide-step 0.2.0 → 0.3.0
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 +1 -3
- package/README.zh-CN.md +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
# react-guide-step
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/react-guide-step)
|
|
4
|
-
[](https://www.npmjs.com/package/react-guide-step)
|
|
5
|
-
[](https://bundlephobia.com/package/react-guide-step)
|
|
6
4
|
[](https://github.com/rodson/react-guide-step/blob/main/LICENSE)
|
|
7
5
|
|
|
8
|
-
English | [简体中文](https://github.com/rodson/react-guide-step/README.zh-CN.md)
|
|
6
|
+
English | [简体中文](https://github.com/rodson/react-guide-step/blob/main/README.zh-CN.md)
|
|
9
7
|
|
|
10
8
|
A lightweight, zero-dependency React component library for building interactive product tours, onboarding walkthroughs, and step-by-step guided experiences.
|
|
11
9
|
|
package/README.zh-CN.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# react-guide-step
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/react-guide-step)
|
|
4
|
-
[](https://bundlephobia.com/package/react-guide-step)
|
|
5
4
|
[](https://github.com/rodson/react-guide-step/blob/main/LICENSE)
|
|
6
5
|
|
|
7
6
|
[English](./README.md) | 简体中文
|