@localess/react 0.8.1-next.20250501-114301.0 → 0.8.1-next.20250501-100712.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 +33 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<br/>
|
|
2
|
+
<br/>
|
|
3
|
+
<img src="https://github.com/Lessify/localess/wiki/img/logo-adaptive.svg" alt="logo">
|
|
4
|
+
<br/>
|
|
5
|
+
<br/>
|
|
6
|
+
|
|
7
|
+
----
|
|
8
|
+
|
|
9
|
+
# Localess React
|
|
10
|
+
|
|
11
|
+
This client SDK is designed to work with the Localess API. It provides a simple way to interact with the Localess API from your React application.
|
|
12
|
+
|
|
13
|
+
## Installation
|
|
14
|
+
|
|
15
|
+
### NPM
|
|
16
|
+
````bash
|
|
17
|
+
npm install @localess/react
|
|
18
|
+
````
|
|
19
|
+
|
|
20
|
+
### Yarn
|
|
21
|
+
````bash
|
|
22
|
+
yarn add @localess/react
|
|
23
|
+
````
|
|
24
|
+
|
|
25
|
+
## Usage
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Visual Editor Enable
|
|
30
|
+
TODO
|
|
31
|
+
|
|
32
|
+
### Listen for Visual Editor Events
|
|
33
|
+
TODO
|